Searched refs:FORMAT_BUTT (Results 1 – 9 of 9) sorted by relevance
198 FORMAT_BUTT, enumerator
64 AudioCodecFormat audioFormat = FORMAT_BUTT;
102 OutputFormatType outputFormatType_ {OutputFormatType::FORMAT_BUTT};
143 …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()
86 FORMAT_BUTT, enumerator
97 audioFormat >= FORMAT_BUTT) { in GetMinFrameCount()
116 CHECK_AND_RETURN_RET_LOG(format >= FORMAT_DEFAULT && format < FORMAT_BUTT, MSERR_INVALID_VAL, in SetOutputFormat()
507 videoRecorderConfig.outPutFormat = FORMAT_BUTT;
455 if (encoder >= FORMAT_BUTT || encoder <= AUDIO_DEFAULT) { in SetAudioEncoder()