Home
last modified time | relevance | path

Searched refs:KEY_MIMETYPE (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/decoder/
H A Ddecoder.cpp50 param[index].key = KEY_MIMETYPE; in ConvertAdecAttributToParams()
80 param[index].key = KEY_MIMETYPE; in ConvertVdecAttributToParams()
/ohos5.0/drivers/peripheral/codec/interfaces/include/
H A Dcodec_type.h65 KEY_MIMETYPE, /**< MIME type. For the value type, see {@link AvCodecMime}. */ enumerator
/ohos5.0/foundation/ai/ai_engine/services/common/platform/os_wrapper/audio_loader/source/codec/
H A Ddecoder_wrapper.cpp60 …attr[index++] = {.key = KEY_MIMETYPE, .val = (void *)(&codecMime_), .size = sizeof(AvCodecMime)… in InitCodecAttr()
/ohos5.0/foundation/multimedia/audio_lite/services/impl/audio_encoder/
H A Daudio_encoder.cpp131 encAttr_[paramIndex].key = KEY_MIMETYPE; in setEncAttrValue()
/ohos5.0/foundation/multimedia/media_lite/test/
H A Dtest_play_file_h265.cpp140 param[index].key = KEY_MIMETYPE; in DecoderCreate()
/ohos5.0/foundation/multimedia/camera_lite/services/impl/src/
H A Dcamera_device.cpp112 param[paramIndex].key = KEY_MIMETYPE; in CameraCreateVideoEnc()
246 …FillParam(param[paramIndex], KEY_MIMETYPE, reinterpret_cast<uint8_t *>(&codecMime), sizeof(AvCodec… in CameraCreateJpegEnc()