Home
last modified time | relevance | path

Searched defs:m_refList (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/mpeg2/features/
H A Ddecode_mpeg2_reference_frames.h77 …PCODEC_REF_LIST m_refList[CODECHAL_NUM_UNCOMPRESSED_SURFACE_MPEG2]; //!< Pointer to refere… variable
/aosp_15_r20/external/intel-media-driver/media_driver/media_softlet/agnostic/gen12/codec/hal/dec/av1/features/
H A Ddecode_av1_reference_frames_g12.h197 …PCODEC_REF_LIST_AV1 m_refList[CODECHAL_MAX_DPB_NUM_LST_AV1]; //!< Pointer to reference list, ac… variable
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/av1/features/
H A Ddecode_av1_reference_frames.h206 …PCODEC_REF_LIST_AV1 m_refList[CODECHAL_MAX_DPB_NUM_LST_AV1]; //!< Pointer to reference list, ac… variable
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/vvc/features/
H A Ddecode_vvc_reference_frames.h147 …PCODEC_REF_LIST_VVC m_refList[CODEC_MAX_DPB_NUM_VVC]; //!< Pointer to reference list… variable
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/avc/features/
H A Ddecode_avc_reference_frames.h103 …PCODEC_REF_LIST m_refList[CODEC_AVC_NUM_UNCOMPRESSED_SURFACE]; //!< Pointer to reference l… variable
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/hevc/features/
H A Ddecode_hevc_reference_frames.h118 …PCODEC_REF_LIST m_refList[CODECHAL_NUM_UNCOMPRESSED_SURFACE_HEVC]; //!< Pointer to reference … variable
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/avc/pipeline/
H A Dencode_avc_reference_frames.h177 …PCODEC_REF_LIST m_refList[CODEC_AVC_NUM_UNCOMPRESSED_SURFACE] = {}; //!< Pointer to… variable
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/hevc/pipeline/
H A Dencode_hevc_reference_frames.h220 …PCODEC_REF_LIST m_refList[CODECHAL_NUM_UNCOMPRESSED_SURFACE_HEVC] = {}; //!< Pointer to re… variable
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/vp9/pipeline/
H A Dencode_vp9_reference_frames.h267 …PCODEC_REF_LIST m_refList[CODECHAL_NUM_UNCOMPRESSED_SURFACE_VP9] = {}; //!< Pointer to refe… variable
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/av1/pipeline/
H A Dencode_av1_reference_frames.h250 …PCODEC_REF_LIST_AV1 m_refList[CODEC_AV1_NUM_UNCOMPRESSED_SURFACE] = {}; //!< Pointer to all re… variable
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/codec/hal/
H A Dcodechal_encode_jpeg.h201 …CODEC_REF_LIST *m_refList[CODECHAL_NUM_UNCOMPRESSED_SURFACE_JPEG]; … variable
H A Dcodechal_encode_mpeg2.h157 …PCODEC_REF_LIST m_refList[CODECHAL_NUM_UNCOMPRESSED_SURFACE_MPEG2]; //!< P… variable
H A Dcodechal_encode_hevc_base.h933 …PCODEC_REF_LIST m_refList[CODECHAL_NUM_UNCOMPRESSED_SURFACE_HEVC]; //!< Pointer to ref… variable
H A Dcodechal_encode_vp8.h1386 PCODEC_REF_LIST m_refList[CODECHAL_NUM_UNCOMPRESSED_SURFACE_VP8]; variable
H A Dcodechal_encode_avc_base.h1676 …PCODEC_REF_LIST m_refList[CODEC_AVC_NUM_UNCOMPRESSED_SURFACE]; //!< … variable
H A Dcodechal_vdenc_vp9_base.h1640 PCODEC_REF_LIST m_refList[m_numUncompressedSurface] = {}; variable
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/av1/packet/
H A Ddecode_av1_picture_packet.cpp1021 PCODEC_REF_LIST_AV1 *m_refList = &(m_av1BasicFeature->m_refFrames.m_refList[0]); in SetRefPicStateParam() local
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/hw/vdbox/
H A Dmhw_vdbox_avp_interface.h68 PCODEC_REF_LIST_AV1 *m_refList; member