Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/inc/
Ddecoder.h147 int32_t SyncPictureResolutionExt (PWelsDecoderContext pCtx, const int32_t kiMbWidth, const int32_t …
/third_party/openh264/codec/decoder/core/src/
Ddecoder.cpp946 int32_t SyncPictureResolutionExt (PWelsDecoderContext pCtx, const int32_t kiMbWidth, const int32_t … in SyncPictureResolutionExt() function
Ddecoder_core.cpp2296 int32_t iErr = SyncPictureResolutionExt (pCtx, pCtx->pSps->iMbWidth, pCtx->pSps->iMbHeight); in AllocPicBuffOnNewSeqBegin()