Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/include/
H A Dhi_demuxer.h68 CodecFormat enVideoType; member
85 CodecFormat enVideoType; member
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/
H A Dliteplayer.cpp377 if (fmtFileInfo_.enVideoType == CODEC_JPEG) { in Seek()
620 vdecAttr_.type = resolution.enVideoType; in SetVDecAttr()
741 AvCodecMime mime = TransformCodecFormatToAvCodecMime(fmtFileInfo_.enVideoType); in VideoDecoderStart()
743 MEDIA_ERR_LOG("DecoderStart not support codec:%d", fmtFileInfo_.enVideoType); in VideoDecoderStart()
850 attr.vidAttr.format = fmtFileInfo_.enVideoType; in AddVideoSink()
913 resolution.enVideoType = fmtFileInfo_.stSteamResolution[i].enVideoType; in GetVideoResolution()
1574 if (fmtFileInfo_.enVideoType == CODEC_JPEG) { in DoTPlay()
1998 if ((fmtFileInfo.enVideoType == CODEC_H264) in CheckMediaType()
1999 || (fmtFileInfo.enVideoType == CODEC_H265) in CheckMediaType()
2000 || (fmtFileInfo.enVideoType == CODEC_JPEG)) { in CheckMediaType()
[all …]
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/source/
H A Dplayer_demux.cpp200 fileInfo.enVideoType = programInfo->track[i].vidTrack.format; in GetFileInfo()
218 … fileInfo.stSteamResolution[index].enVideoType = programInfo->track[j].vidTrack.format; in GetFileInfo()