Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_init.c1150 currSlice->fs_listinterview0 = mpp_calloc(H264_FrameStore_t*, p_Dpb->size); in init_lists_p_slice_mvc()
1151 MEM_CHECK(ret, currSlice->fs_listinterview0); in init_lists_p_slice_mvc()
1155 …currSlice->fs_listinterview0, &currSlice->listinterviewidx0, currPOC, curr_layer_id, anchor_pic_fl… in init_lists_p_slice_mvc()
1157 currSlice->listP[0][list0idx++] = currSlice->fs_listinterview0[i]->frame; in init_lists_p_slice_mvc()
1162 …currSlice->fs_listinterview0, &currSlice->listinterviewidx0, currPOC, curr_layer_id, anchor_pic_fl… in init_lists_p_slice_mvc()
1163 … gen_pic_list_from_frame_interview_list(currSlice->structure, currSlice->fs_listinterview0, in init_lists_p_slice_mvc()
1174 MPP_FREE(currSlice->fs_listinterview0); in init_lists_p_slice_mvc()
1180 MPP_FREE(currSlice->fs_listinterview0); in init_lists_p_slice_mvc()
1318 currSlice->fs_listinterview0 = 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()
[all …]
H A Dh264d_global.h814 struct h264_frame_store_t **fs_listinterview0; member