Home
last modified time | relevance | path

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

/external/intel-media-driver/media_driver/agnostic/gen11/codec/hal/
Dcodechal_vdenc_avc_g11.cpp150 struct CodechalVdencAvcStateG11::BrcUpdateDmem struct in CodechalVdencAvcStateG11
152 … BRCFunc_U8; // =1 for Update, other values are reserved for future use
153 uint8_t RSVD[3];
154 uint32_t UPD_TARGETSIZE_U32; // refer to AVC BRC for calculation
155 uint32_t UPD_FRAMENUM_U32; // frame number
156 …rrent global target bits - previous global target bits (global target bits += input bits per frame)
157 uint32_t UPD_FrameBudget_U32; // target time counter
158 uint32_t FrameByteCount; // PAK output via MMIO
159 uint32_t TimingBudgetOverflow; // PAK output via MMIO
160 uint32_t ImgStatusCtrl; // PAK output via MMIO
[all …]
/external/intel-media-driver/media_driver/agnostic/gen12/codec/hal/
Dcodechal_vdenc_avc_g12.cpp378 struct CodechalVdencAvcStateG12::BrcUpdateDmem struct in CodechalVdencAvcStateG12
380 … BRCFunc_U8; // =1 for Update, other values are reserved for future use
381 uint8_t RSVD[3];
382 uint32_t UPD_TARGETSIZE_U32; // refer to AVC BRC for calculation
383 uint32_t UPD_FRAMENUM_U32; // frame number
384 …rrent global target bits - previous global target bits (global target bits += input bits per frame)
385 uint32_t UPD_FrameBudget_U32; // target time counter
386 uint32_t FrameByteCount; // PAK output via MMIO
387 uint32_t TimingBudgetOverflow; // PAK output via MMIO
388 uint32_t ImgStatusCtrl; // PAK output via MMIO
[all …]