Home
last modified time | relevance | path

Searched defs:GetRefListIndex (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/avc/pipeline/
H A Dencode_avc_reference_frames.h93 uint8_t GetRefListIndex(uint8_t idx) { return m_picIdx[idx].ucPicIdx; }; in GetRefListIndex() function
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/hevc/pipeline/
H A Dencode_hevc_reference_frames.h108 uint8_t GetRefListIndex(uint8_t idx) { return m_picIdx[idx].ucPicIdx; }; in GetRefListIndex() function
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/vp9/pipeline/
H A Dencode_vp9_reference_frames.h101 uint8_t GetRefListIndex(uint8_t idx) { return m_picIdx[idx].ucPicIdx; }; in GetRefListIndex() function