Home
last modified time | relevance | path

Searched refs:PExpandPictureFunc (Results 1 – 3 of 3) sorted by relevance

/third_party/openh264/codec/common/inc/
Dexpand_pic.h86 typedef void (*PExpandPictureFunc) (uint8_t* pDst, const int32_t kiStride, const int32_t kiPicW, co… typedef
89 PExpandPictureFunc pfExpandLumaPicture;
90 PExpandPictureFunc pfExpandChromaPicture[2];
99 PExpandPictureFunc pExpLuma, PExpandPictureFunc pExpChrom[2]);
/third_party/openh264/codec/common/src/
Dexpand_pic.cpp389 PExpandPictureFunc pExpLuma, PExpandPictureFunc pExpChrom[2]) { in ExpandReferencingPicture()
/third_party/openh264/codec/decoder/core/inc/
Ddecoder_context.h143 typedef void (*PExpandPictureFunc) (uint8_t* pDst, const int32_t kiStride, const int32_t kiPicWidth, typedef