Home
last modified time | relevance | path

Searched refs:sVideoProperty (Results 1 – 14 of 14) sorted by relevance

/third_party/openh264/test/decoder/
DDecUT_DecExt.cpp93 m_sDecParam.sVideoProperty.size = sizeof (SVideoProperty); in Init()
94 m_sDecParam.sVideoProperty.eVideoBsType = (VIDEO_BITSTREAM_TYPE) (rand() % 2); in Init()
112 m_sDecParam.sVideoProperty.size = sizeof (SVideoProperty); in ValidInit()
113 m_sDecParam.sVideoProperty.eVideoBsType = VIDEO_BITSTREAM_DEFAULT; in ValidInit()
282 m_sDecParam.sVideoProperty.size = sizeof (SVideoProperty); in TestParseOnlyAPI()
283 m_sDecParam.sVideoProperty.eVideoBsType = (VIDEO_BITSTREAM_TYPE) (rand() % 2); in TestParseOnlyAPI()
315 m_sDecParam.sVideoProperty.size = sizeof (SVideoProperty); in TestParseOnlyAPI()
316 m_sDecParam.sVideoProperty.eVideoBsType = (VIDEO_BITSTREAM_TYPE) (rand() % 2); in TestParseOnlyAPI()
DDecUT_ParseSyntax.cpp185 m_sDecParam.sVideoProperty.size = sizeof (SVideoProperty); in Init()
186 m_sDecParam.sVideoProperty.eVideoBsType = (VIDEO_BITSTREAM_TYPE) (rand() % 2); in Init()
/third_party/openh264/codec/console/dec/src/
Dh264dec.cpp505 sDecParam.sVideoProperty.size = sizeof (sDecParam.sVideoProperty);
547 sDecParam.sVideoProperty.eVideoBsType = (VIDEO_BITSTREAM_TYPE)atol (strTag[1].c_str());
560 sDecParam.sVideoProperty.eVideoBsType = VIDEO_BITSTREAM_DEFAULT;
567 sDecParam.sVideoProperty.eVideoBsType = VIDEO_BITSTREAM_DEFAULT;
/third_party/openh264/module/
Dgmp-openh264.cpp664 param.sVideoProperty.size = sizeof(param.sVideoProperty); in InitDecode()
665 param.sVideoProperty.eVideoBsType = VIDEO_BITSTREAM_DEFAULT; in InitDecode()
/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/api/svc/
Dcodec_app_def.h615 SVideoProperty sVideoProperty; ///< video stream property member
/third_party/openh264/codec/decoder/core/src/
Ddecoder.cpp664 if (VIDEO_BITSTREAM_SVC == pCtx->pParam->sVideoProperty.eVideoBsType || in DecoderConfigParam()
665 VIDEO_BITSTREAM_AVC == pCtx->pParam->sVideoProperty.eVideoBsType) { in DecoderConfigParam()
666 pCtx->eVideoType = pCtx->pParam->sVideoProperty.eVideoBsType; in DecoderConfigParam()
/third_party/gstreamer/gstplugins_bad/ext/openh264/
Dgstopenh264dec.cpp185 dec_param.sVideoProperty.eVideoBsType = VIDEO_BITSTREAM_AVC; in gst_openh264dec_start()