Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/
H A Dh264d_init.c1135 currSlice->fs_listinterview0 = mpp_calloc(H264_FrameStore_t*, p_Dpb->size); in init_lists_p_slice_mvc()
1136 MEM_CHECK(ret, currSlice->fs_listinterview0); in init_lists_p_slice_mvc()
1140 …currSlice->fs_listinterview0, &currSlice->listinterviewidx0, currPOC, curr_layer_id, anchor_pic_fl… in init_lists_p_slice_mvc()
1142 currSlice->listP[0][list0idx++] = currSlice->fs_listinterview0[i]->frame; in init_lists_p_slice_mvc()
1147 …currSlice->fs_listinterview0, &currSlice->listinterviewidx0, currPOC, curr_layer_id, anchor_pic_fl… in init_lists_p_slice_mvc()
1148 … gen_pic_list_from_frame_interview_list(currSlice->structure, currSlice->fs_listinterview0, in init_lists_p_slice_mvc()
1159 MPP_FREE(currSlice->fs_listinterview0); in init_lists_p_slice_mvc()
1165 MPP_FREE(currSlice->fs_listinterview0); in init_lists_p_slice_mvc()
1303 currSlice->fs_listinterview0 = 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()
[all …]
H A Dh264d_global.h814 struct h264_frame_store_t **fs_listinterview0; member