Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/src/
Ddecoder.cpp666 pCtx->eVideoType = pCtx->pParam->sVideoProperty.eVideoBsType; in DecoderConfigParam()
668 pCtx->eVideoType = VIDEO_BITSTREAM_DEFAULT; in DecoderConfigParam()
671 WelsLog (& (pCtx->sLogCtx), WELS_LOG_INFO, "eVideoType: %d", pCtx->eVideoType); in DecoderConfigParam()
/third_party/openh264/codec/decoder/core/inc/
Ddecoder_context.h318 …VIDEO_BITSTREAM_TYPE eVideoType; //indicate the type of video to decide whether or not to do qp_de… member
/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp826 (VIDEO_BITSTREAM_AVC == pDecContext->eVideoType)) { in DecodeFrame2WithCtx()