Home
last modified time | relevance | path

Searched refs:Index7Bits (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_video_dec_references_mgr.h180 picEntry.Index7Bits = in update_entries()
181 …update_entry(picEntry.Index7Bits, pOutputReference, OutputSubresource, outNeedsTransitionToDecodeR… in update_entries()
216 mark_reference_in_use(picEntry.Index7Bits); in mark_references_in_use()
Dd3d12_video_dec_h264.cpp53 pCurrPicParams->RefFrameList[i].Index7Bits = in d3d12_video_decoder_refresh_dpb_active_references_h264()
65 …pCurrPicParams->CurrPic.Index7Bits = pD3D12Dec->m_spDPBManager->get_index7bits(pD3D12Dec->m_pCurre… in d3d12_video_decoder_refresh_dpb_active_references_h264()
100 …pPicParams->CurrPic.Index7Bits = pD3D12Dec->m_spDPBManager->store_future_reference(pPicParams->Cur… in d3d12_video_decoder_prepare_current_frame_references_h264()
244 picEntry.Index7Bits, in d3d12_video_decoder_log_pic_entry_h264()
255 debug_printf("CurrPic.Index7Bits = %d\n", pPicParams->CurrPic.Index7Bits); in d3d12_video_decoder_log_pic_params_h264()
Dd3d12_video_dec_h264.h88 uint8_t Index7Bits : 7; member
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11vp8dec.cpp479 params->alt_fb_idx.Index7Bits = view_id; in gst_d3d11_vp8_dec_copy_reference_frames()
492 params->gld_fb_idx.Index7Bits = view_id; in gst_d3d11_vp8_dec_copy_reference_frames()
505 params->lst_fb_idx.Index7Bits = view_id; in gst_d3d11_vp8_dec_copy_reference_frames()
563 pic_params->CurrPic.Index7Bits = view_id; in gst_d3d11_vp8_dec_decode_picture()
Dgstd3d11h265dec.cpp633 if (pic_params->RefPicList[i].Index7Bits == view_id) in gst_d3d11_h265_dec_get_ref_index()
683 pic_params->CurrPic.Index7Bits = view_id; in gst_d3d11_h265_dec_start_picture()
701 pic_params->RefPicList[j].Index7Bits = id; in gst_d3d11_h265_dec_start_picture()
Dgstd3d11h264dec.cpp680 pic_params->CurrPic.Index7Bits = view_id; in gst_d3d11_h264_dec_start_picture()
708 pic_params->RefFrameList[j].Index7Bits = id; in gst_d3d11_h264_dec_start_picture()
Dgstd3d11vp9dec.cpp546 params->ref_frame_map[i].Index7Bits = view_id; in gst_d3d11_vp9_dec_copy_reference_frames()
691 pic_params->CurrPic.Index7Bits = view_id; in gst_d3d11_vp9_dec_decode_picture()