Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/codec/interfaces/include/
H A Dcodec_type.h244 MEDIA_MIMETYPE_INVALID, /**< Invalid MIME type */ enumerator
/ohos5.0/foundation/multimedia/audio_lite/services/impl/audio_encoder/
H A Daudio_encoder.cpp86 return MEDIA_MIMETYPE_INVALID; in GetMimeFromAudioCodecFormat()
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/decoder/
H A Ddecoder.cpp143 AvCodecMime mime = MEDIA_MIMETYPE_INVALID; in CreateHandle()
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/
H A Dliteplayer.cpp61 {CODEC_BUT, MEDIA_MIMETYPE_INVALID},
677 AvCodecMime mime = MEDIA_MIMETYPE_INVALID; in TransformCodecFormatToAvCodecMime()
713 if (mime == MEDIA_MIMETYPE_INVALID) { in AudioDecoderStart()
742 if (mime == MEDIA_MIMETYPE_INVALID) { in VideoDecoderStart()
/ohos5.0/foundation/multimedia/camera_lite/services/impl/src/
H A Dcamera_device.cpp64 return MEDIA_MIMETYPE_INVALID; in ConverFormat()