Searched refs:sVideoProperty (Results 1 – 14 of 14) sorted by relevance
93 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()
185 m_sDecParam.sVideoProperty.size = sizeof (SVideoProperty); in Init()186 m_sDecParam.sVideoProperty.eVideoBsType = (VIDEO_BITSTREAM_TYPE) (rand() % 2); in Init()
505 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;
664 param.sVideoProperty.size = sizeof(param.sVideoProperty); in InitDecode()665 param.sVideoProperty.eVideoBsType = VIDEO_BITSTREAM_DEFAULT; in InitDecode()
77 param.sVideoProperty.eVideoBsType = VIDEO_BITSTREAM_DEFAULT; in svc_decode_init()
64 decParam.sVideoProperty.eVideoBsType = VIDEO_BITSTREAM_DEFAULT; in SetUp()
986 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()
57 decParam.sVideoProperty.eVideoBsType = VIDEO_BITSTREAM_DEFAULT;
157 decParam.sVideoProperty.eVideoBsType = VIDEO_BITSTREAM_DEFAULT; in SetUp()
696 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()
33 decParam.sVideoProperty.eVideoBsType = VIDEO_BITSTREAM_DEFAULT; in TEST_P()
615 SVideoProperty sVideoProperty; ///< video stream property member
664 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()
185 dec_param.sVideoProperty.eVideoBsType = VIDEO_BITSTREAM_AVC; in gst_openh264dec_start()