Home
last modified time | relevance | path

Searched refs:codec_type (Results 1 – 5 of 5) sorted by relevance

/utopia/UTPA2-700.0.x/modules/mfe/api/mfe/
H A DTsMuxer.c352 switch(st->codec_type) { in mpegts_write_pmt()
510 if (st->codec_type == CODEC_TYPE_VIDEO) { in mpegts_write_pes()
512 } else if (st->codec_type == CODEC_TYPE_AUDIO && in mpegts_write_pes()
528 if (st->codec_type == CODEC_TYPE_VIDEO) { in mpegts_write_pes()
643 if (st->codec_type == CODEC_TYPE_VIDEO && program->pcr_pid == 0x1FFF) in tsmux_open()
H A Dmadp_mfe.c589 g_avs[0].codec_type = CODEC_TYPE_VIDEO; in MAdp_TSMUX_Init()
593 g_avs[1].codec_type = CODEC_TYPE_AUDIO; in MAdp_TSMUX_Init()
1894 MFE_BOOL MApi_MFE_Initialize(VOIP_CODEC_TYPE codec_type,MFE_U32 gDipVideoWidth,MFE_U32 gDipVideoHei… in MApi_MFE_Initialize() argument
1903 switch (codec_type) { in MApi_MFE_Initialize()
H A DMuxCommon.h245 CodecType codec_type; member
/utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/
H A DapiVDEC_EX.c16429 VDEC_EX_CodecType codec_type[VDEC_MAX_SUPPORT_STREAM_NUM]; in _MApi_VDEC_EX_V2_SetPowerState() local
16438 codec_type[i] = pVdecExContext->_Attr[i].eCodecType; in _MApi_VDEC_EX_V2_SetPowerState()
16451 pVdecExContext->_Attr[i].eCodecType = codec_type[i]; in _MApi_VDEC_EX_V2_SetPowerState()
16452 pVdecExContext->eCodecType[i] = codec_type[i]; in _MApi_VDEC_EX_V2_SetPowerState()
H A DapiVDEC_EX.c.016425 VDEC_EX_CodecType codec_type[VDEC_MAX_SUPPORT_STREAM_NUM];
16434 codec_type[i] = pVdecExContext->_Attr[i].eCodecType;
16447 pVdecExContext->_Attr[i].eCodecType = codec_type[i];
16448 pVdecExContext->eCodecType[i] = codec_type[i];