Home
last modified time | relevance | path

Searched defs:AtomicScratchBuffer (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/hevc/packet/
H A Dencode_hevc_vdenc_packet.h49 struct AtomicScratchBuffer struct
51 PMOS_RESOURCE resAtomicScratchBuffer; //!> Handle of eStatus buffer argument
52 uint32_t * pData; //!> Pointer of the buffer of actual data
53 uint16_t encodeUpdateIndex; //!> used for VDBOX update encode status
54 uint16_t tearDownIndex; //!> Reserved for future extension
55 uint32_t zeroValueOffset; //!> Store the result of the ATOMIC_CMP
56 uint32_t operand1Offset; //!> Operand 1 of the ATOMIC_CMP
57 uint32_t operand2Offset; //!> Operand 2 of the ATOMIC_CMP
58 uint32_t operand3Offset; //!> Copy of the operand 1
59 uint32_t size; //!> Size of the buffer
[all …]
/aosp_15_r20/external/intel-media-driver/media_common/agnostic/common/codec/shared/
H A Dcodec_def_encode.h42 struct AtomicScratchBuffer struct
44 … MOS_RESOURCE resAtomicScratchBuffer; //!> Handle of eStatus buffer argument
45 … *pData; //!> Pointer of the buffer of actual data
46 … wEncodeUpdateIndex; //!> used for VDBOX update encode status
47 …t16_t wTearDownIndex; //!> Reserved for future extension
48 … dwZeroValueOffset; //!> Store the result of the ATOMIC_CMP
49 …int32_t dwOperand1Offset; //!> Operand 1 of the ATOMIC_CMP
50 …int32_t dwOperand2Offset; //!> Operand 2 of the ATOMIC_CMP
51 uint32_t dwOperand3Offset; //!> Copy of the operand 1
53 uint32_t dwSize; //!> Size of the buffer
[all …]