Home
last modified time | relevance | path

Searched refs:VIDEO_BITSTREAM_DEFAULT (Results 1 – 12 of 12) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dlibopenh264dec.c77 param.sVideoProperty.eVideoBsType = VIDEO_BITSTREAM_DEFAULT; in svc_decode_init()
/third_party/openh264/test/api/
DBaseDecoderTest.cpp64 decParam.sVideoProperty.eVideoBsType = VIDEO_BITSTREAM_DEFAULT; in SetUp()
Dencode_options_test.cpp986 decParam.sVideoProperty.eVideoBsType = VIDEO_BITSTREAM_DEFAULT; in TEST_F()
1110 decParam.sVideoProperty.eVideoBsType = VIDEO_BITSTREAM_DEFAULT; in TEST_F()
1223 decParam.sVideoProperty.eVideoBsType = VIDEO_BITSTREAM_DEFAULT; in TEST_F()
1482 decParam.sVideoProperty.eVideoBsType = VIDEO_BITSTREAM_DEFAULT; in TEST_F()
1622 decParam.sVideoProperty.eVideoBsType = VIDEO_BITSTREAM_DEFAULT; in TEST_F()
1693 decParam.sVideoProperty.eVideoBsType = VIDEO_BITSTREAM_DEFAULT; in TEST_F()
1754 decParam.sVideoProperty.eVideoBsType = VIDEO_BITSTREAM_DEFAULT; in TEST_F()
1819 decParam.sVideoProperty.eVideoBsType = VIDEO_BITSTREAM_DEFAULT; in TEST_F()
Dencode_decode_api_test.template57 decParam.sVideoProperty.eVideoBsType = VIDEO_BITSTREAM_DEFAULT;
DBaseThreadDecoderTest.cpp157 decParam.sVideoProperty.eVideoBsType = VIDEO_BITSTREAM_DEFAULT; in SetUp()
Ddecode_api_test.cpp696 decParam.sVideoProperty.eVideoBsType = VIDEO_BITSTREAM_DEFAULT; in TEST_F()
809 decParam.sVideoProperty.eVideoBsType = VIDEO_BITSTREAM_DEFAULT; in SetUp()
1202 decParam.sVideoProperty.eVideoBsType = VIDEO_BITSTREAM_DEFAULT; in TEST_F()
Ddecoder_ec_test.cpp33 decParam.sVideoProperty.eVideoBsType = VIDEO_BITSTREAM_DEFAULT; in TEST_P()
/third_party/openh264/codec/console/dec/src/
Dh264dec.cpp560 sDecParam.sVideoProperty.eVideoBsType = VIDEO_BITSTREAM_DEFAULT;
567 sDecParam.sVideoProperty.eVideoBsType = VIDEO_BITSTREAM_DEFAULT;
/third_party/openh264/codec/api/svc/
Dcodec_app_def.h221 VIDEO_BITSTREAM_DEFAULT = VIDEO_BITSTREAM_SVC enumerator
/third_party/openh264/test/decoder/
DDecUT_DecExt.cpp113 m_sDecParam.sVideoProperty.eVideoBsType = VIDEO_BITSTREAM_DEFAULT; in ValidInit()
/third_party/openh264/module/
Dgmp-openh264.cpp665 param.sVideoProperty.eVideoBsType = VIDEO_BITSTREAM_DEFAULT; in InitDecode()
/third_party/openh264/codec/decoder/core/src/
Ddecoder.cpp668 pCtx->eVideoType = VIDEO_BITSTREAM_DEFAULT; in DecoderConfigParam()