Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_init.c1319 currSlice->fs_listinterview1 = mpp_calloc(H264_FrameStore_t*, p_Dpb->size); in init_lists_b_slice_mvc()
1320 MEM_CHECK(ret, currSlice->fs_listinterview0 && currSlice->fs_listinterview1); in init_lists_b_slice_mvc()
1326 …currSlice->fs_listinterview1, &currSlice->listinterviewidx1, currPOC, curr_layer_id, anchor_pic_fl… in init_lists_b_slice_mvc()
1334 currSlice->listB[1][list0idx++] = currSlice->fs_listinterview1[i]->frame; in init_lists_b_slice_mvc()
1343 …currSlice->fs_listinterview1, &currSlice->listinterviewidx1, currPOC, curr_layer_id, anchor_pic_fl… in init_lists_b_slice_mvc()
1344 … gen_pic_list_from_frame_interview_list(currSlice->structure, currSlice->fs_listinterview1, in init_lists_b_slice_mvc()
1356 MPP_FREE(currSlice->fs_listinterview1); in init_lists_b_slice_mvc()
1364 MPP_FREE(currSlice->fs_listinterview1); in init_lists_b_slice_mvc()
H A Dh264d_global.h815 struct h264_frame_store_t **fs_listinterview1; member