Home
last modified time | relevance | path

Searched refs:CurrPic (Results 1 - 11 of 11) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_dec_h264.cpp44 // An index that identifies an uncompressed surface for the CurrPic or RefFrameList member of the picture in d3d12_video_decoder_refresh_dpb_active_references_h264()
46 // structure(section 6.0) When Index7Bits is used in the CurrPic and RefFrameList members of the picture in d3d12_video_decoder_refresh_dpb_active_references_h264()
65 pCurrPicParams->CurrPic.Index7Bits = pD3D12Dec->m_spDPBManager->get_index7bits(pD3D12Dec->m_pCurrentDecodeTarget); in d3d12_video_decoder_refresh_dpb_active_references_h264()
100 pPicParams->CurrPic.Index7Bits = pD3D12Dec->m_spDPBManager->store_future_reference(pPicParams->CurrPic.Index7Bits, in d3d12_video_decoder_prepare_current_frame_references_h264()
107 // An index that identifies an uncompressed surface for the CurrPic or RefFrameList member of the picture in d3d12_video_decoder_prepare_current_frame_references_h264()
109 // When Index7Bits is used in the CurrPic and RefFrameList members of the picture parameters structure, the value in d3d12_video_decoder_prepare_current_frame_references_h264()
255 debug_printf("CurrPic.Index7Bits = %d\n", pPicParams->CurrPic.Index7Bits); in d3d12_video_decoder_log_pic_params_h264()
256 debug_printf("CurrPic in d3d12_video_decoder_log_pic_params_h264()
[all...]
H A Dd3d12_video_dec_h264.h103 DXVA_PicEntry_H264 CurrPic; /* flag is bot field flag */ member
/third_party/mesa3d/src/gallium/frontends/va/
H A Dpicture_h264.c72 /*CurrPic*/ in vlVaHandlePictureParameterBufferH264()
73 context->desc.h264.field_order_cnt[0] = h264->CurrPic.TopFieldOrderCnt; in vlVaHandlePictureParameterBufferH264()
74 context->desc.h264.field_order_cnt[1] = h264->CurrPic.BottomFieldOrderCnt; in vlVaHandlePictureParameterBufferH264()
134 (h264->CurrPic.flags & VA_PICTURE_H264_BOTTOM_FIELD) != 0; in vlVaHandlePictureParameterBufferH264()
H A Dpicture_h264_enc.c42 context->desc.h264enc.pic_order_cnt = h264->CurrPic.TopFieldOrderCnt; in vlVaHandleVAEncPictureParameterBufferTypeH264()
57 UINT_TO_PTR(h264->CurrPic.picture_id + 1), in vlVaHandleVAEncPictureParameterBufferTypeH264()
H A Dpicture_hevc.c147 context->desc.h265.CurrPicOrderCntVal = hevc->CurrPic.pic_order_cnt; in vlVaHandlePictureParameterBufferHEVC()
/third_party/ffmpeg/libavcodec/
H A Ddxva2_hevc.c81 fill_picture_entry(&pp->CurrPic, ff_dxva2_get_surface_index(avctx, ctx, current_picture->frame), 0); in fill_picture_parameters()
H A Ddxva2_vp9.c56 fill_picture_entry(&pp->CurrPic, ff_dxva2_get_surface_index(avctx, ctx, h->frames[CUR_FRAME].tf.f), 0); in fill_picture_parameters()
H A Dvaapi_h264.c278 fill_vaapi_pic(&pic_param.CurrPic, h->cur_pic_ptr, h->picture_structure); in vaapi_h264_start_frame()
H A Dvaapi_encode_h264.c566 .CurrPic = { in vaapi_encode_h264_init_sequence_params()
684 vpic->CurrPic = (VAPictureH264) { in vaapi_encode_h264_init_picture_params()
H A Ddxva2_h264.c60 fill_picture_entry(&pp->CurrPic, in fill_picture_parameters()
H A Dvaapi_hevc.c200 fill_vaapi_pic(&pic_param->CurrPic, h->ref, 0); in vaapi_hevc_start_frame()

Completed in 9 milliseconds