Home
last modified time | relevance | path

Searched refs:fs_listinterview1 (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/
H A Dh264d_init.c1304 currSlice->fs_listinterview1 = mpp_calloc(H264_FrameStore_t*, p_Dpb->size); in init_lists_b_slice_mvc()
1305 MEM_CHECK(ret, currSlice->fs_listinterview0 && currSlice->fs_listinterview1); in init_lists_b_slice_mvc()
1311 …currSlice->fs_listinterview1, &currSlice->listinterviewidx1, currPOC, curr_layer_id, anchor_pic_fl… in init_lists_b_slice_mvc()
1319 currSlice->listB[1][list0idx++] = currSlice->fs_listinterview1[i]->frame; in init_lists_b_slice_mvc()
1328 …currSlice->fs_listinterview1, &currSlice->listinterviewidx1, currPOC, curr_layer_id, anchor_pic_fl… in init_lists_b_slice_mvc()
1329 … gen_pic_list_from_frame_interview_list(currSlice->structure, currSlice->fs_listinterview1, in init_lists_b_slice_mvc()
1341 MPP_FREE(currSlice->fs_listinterview1); in init_lists_b_slice_mvc()
1349 MPP_FREE(currSlice->fs_listinterview1); in init_lists_b_slice_mvc()
H A Dh264d_global.h815 struct h264_frame_store_t **fs_listinterview1; member