Home
last modified time | relevance | path

Searched refs:FORMAT_BUTT (Results 1 – 9 of 9) sorted by relevance

/foundation/multimedia/media_utils_lite/interfaces/kits/
Dmedia_info.h198 FORMAT_BUTT, enumerator
/foundation/multimedia/media_lite/services/recorder_lite/impl/include/
Drecorder_source.h64 AudioCodecFormat audioFormat = FORMAT_BUTT;
/foundation/multimedia/histreamer/engine/scene/recorder/standard/
Dhirecorder_impl.h102 OutputFormatType outputFormatType_ {OutputFormatType::FORMAT_BUTT};
Dhirecorder_impl.cpp143 …FALSE_RETURN_V(format != OutputFormatType::FORMAT_BUTT, TransErrorCode(ErrorCode::ERROR_INVALID_OP… in SetOutputFormat()
165 FALSE_RETURN_V(outputFormatType_ != OutputFormatType::FORMAT_BUTT, in Configure()
246 outputFormatType_ = OutputFormatType::FORMAT_BUTT; in Stop()
/foundation/multimedia/player_framework/interfaces/inner_api/native/
Drecorder.h86 FORMAT_BUTT, enumerator
/foundation/multimedia/audio_lite/services/impl/audio_source/
Daudio_source.cpp97 audioFormat >= FORMAT_BUTT) { in GetMinFrameCount()
/foundation/multimedia/player_framework/services/engine/gstreamer/recorder/
Drecorder_engine_gst_impl.cpp116 CHECK_AND_RETURN_RET_LOG(format >= FORMAT_DEFAULT && format < FORMAT_BUTT, MSERR_INVALID_VAL, in SetOutputFormat()
/foundation/multimedia/player_framework/frameworks/native/recorder/test/unittest/src/
Drecorder_unit_test.cpp507 videoRecorderConfig.outPutFormat = FORMAT_BUTT;
/foundation/multimedia/media_lite/services/recorder_lite/impl/src/
Drecorder_impl.cpp455 if (encoder >= FORMAT_BUTT || encoder <= AUDIO_DEFAULT) { in SetAudioEncoder()