Searched defs:dpbSlot (Results 1 – 2 of 2) sorted by relevance
131 int8_t dpbSlot; member353 int8_t VideoBaseDecoder::SetPicDpbSlot(int8_t picIndex, int8_t dpbSlot) in SetPicDpbSlot()1250 int8_t dpbSlot = GetPicDpbSlot(picIdx); in DecodePicture() local1275 int8_t dpbSlot = -1; in DecodePicture() local1319 int8_t dpbSlot = -1; in DecodePicture() local2149 int8_t dpbSlot = GetPicDpbSlot(picIdx); in FillDpbH264State() local2202 int8_t dpbSlot = -1; in FillDpbH264State() local2374 int8_t dpbSlot = GetPicDpbSlot(picIdx); in FillDpbH265State() local2406 int8_t dpbSlot = -1; in FillDpbH265State() local2529 …int8_t dpbSlot = AllocateDpbSlotForCurrentH265(GetPic(pd->pCurrPic), true /* isReference */, pd->c… in FillDpbH265State() local[all …]
258 void MapPictureResource(vkPicBuffBase *pPic, uint8_t dpbSlot, int32_t age = 0) in MapPictureResource()