Searched defs:AtomicScratchBuffer (Results 1 – 2 of 2) sorted by relevance
49 struct AtomicScratchBuffer struct51 PMOS_RESOURCE resAtomicScratchBuffer; //!> Handle of eStatus buffer argument52 uint32_t * pData; //!> Pointer of the buffer of actual data53 uint16_t encodeUpdateIndex; //!> used for VDBOX update encode status54 uint16_t tearDownIndex; //!> Reserved for future extension55 uint32_t zeroValueOffset; //!> Store the result of the ATOMIC_CMP56 uint32_t operand1Offset; //!> Operand 1 of the ATOMIC_CMP57 uint32_t operand2Offset; //!> Operand 2 of the ATOMIC_CMP58 uint32_t operand3Offset; //!> Copy of the operand 159 uint32_t size; //!> Size of the buffer[all …]
42 struct AtomicScratchBuffer struct44 … MOS_RESOURCE resAtomicScratchBuffer; //!> Handle of eStatus buffer argument45 … *pData; //!> Pointer of the buffer of actual data46 … wEncodeUpdateIndex; //!> used for VDBOX update encode status47 …t16_t wTearDownIndex; //!> Reserved for future extension48 … dwZeroValueOffset; //!> Store the result of the ATOMIC_CMP49 …int32_t dwOperand1Offset; //!> Operand 1 of the ATOMIC_CMP50 …int32_t dwOperand2Offset; //!> Operand 2 of the ATOMIC_CMP51 uint32_t dwOperand3Offset; //!> Copy of the operand 153 uint32_t dwSize; //!> Size of the buffer[all …]