Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_video_dpb_storage_manager.h54 …virtual void insert_reference_frame(d3d12_video_reconstructed_picture pReconPicture, uint32_t dpbP…
Dd3d12_video_array_of_textures_dpb_manager.h36 …void insert_reference_frame(d3d12_video_reconstructed_picture pReconPicture, uint32_t dpbPosition);
Dd3d12_video_texture_array_dpb_manager.h36 …void insert_reference_frame(d3d12_video_reconstructed_picture pReconPicture, uint32_t dpbPosition);
Dd3d12_video_texture_array_dpb_manager.cpp144 d3d12_texture_array_dpb_manager::insert_reference_frame(d3d12_video_reconstructed_picture pReconPic… in insert_reference_frame() function in d3d12_texture_array_dpb_manager
Dd3d12_video_array_of_textures_dpb_manager.cpp137 d3d12_array_of_textures_dpb_manager::insert_reference_frame(d3d12_video_reconstructed_picture pReco… in insert_reference_frame() function in d3d12_array_of_textures_dpb_manager
Dd3d12_video_encoder_references_manager_h264.cpp252 m_rDPBStorageManager.insert_reference_frame(refFrameDesc, 0); in update_fifo_dpb_push_front_cur_recon_pic()
Dd3d12_video_dec_references_mgr.cpp244 m_upD3D12TexturesStorageManager->insert_reference_frame(reconPicture, dpbIdx);