Home
last modified time | relevance | path

Searched refs:MFMAGIC_FORMAT (Results 1 - 11 of 11) sorted by relevance

/foundation/multimedia/media_foundation/src/capi/
H A Dnative_avformat.cpp70 FALSE_RETURN_V_MSG_E(to->magic_ == MFMagic::MFMAGIC_FORMAT, false, "magic error!"); in OH_AVFormat_Copy()
72 FALSE_RETURN_V_MSG_E(from->magic_ == MFMagic::MFMAGIC_FORMAT, false, "magic error!"); in OH_AVFormat_Copy()
81 FALSE_RETURN_V_MSG_E(format->magic_ == MFMagic::MFMAGIC_FORMAT, false, "magic error!"); in OH_AVFormat_SetIntValue()
90 FALSE_RETURN_V_MSG_E(format->magic_ == MFMagic::MFMAGIC_FORMAT, false, "magic error!"); in OH_AVFormat_SetLongValue()
99 FALSE_RETURN_V_MSG_E(format->magic_ == MFMagic::MFMAGIC_FORMAT, false, "magic error!"); in OH_AVFormat_SetFloatValue()
108 FALSE_RETURN_V_MSG_E(format->magic_ == MFMagic::MFMAGIC_FORMAT, false, "magic error!"); in OH_AVFormat_SetDoubleValue()
117 FALSE_RETURN_V_MSG_E(format->magic_ == MFMagic::MFMAGIC_FORMAT, false, "magic error!"); in OH_AVFormat_SetStringValue()
127 FALSE_RETURN_V_MSG_E(format->magic_ == MFMagic::MFMAGIC_FORMAT, false, "magic error!"); in OH_AVFormat_SetBuffer()
138 FALSE_RETURN_V_MSG_E(format->magic_ == MFMagic::MFMAGIC_FORMAT, false, "magic error!"); in OH_AVFormat_GetIntValue()
148 FALSE_RETURN_V_MSG_E(format->magic_ == MFMagic::MFMAGIC_FORMAT, fals in OH_AVFormat_GetLongValue()
[all...]
H A Dnative_avbuffer.cpp115 FALSE_RETURN_V_MSG_E(format->magic_ == MFMagic::MFMAGIC_FORMAT, AV_ERR_INVALID_VAL, "magic error!"); in OH_AVBuffer_SetParameter()
/foundation/multimedia/media_foundation/src/capi/common/
H A Dnative_mfmagic.cpp31 OH_AVFormat::OH_AVFormat() : MFObjectMagic(MFMagic::MFMAGIC_FORMAT) {} in OH_AVFormat()
33 OH_AVFormat::OH_AVFormat(const Format &fmt) : MFObjectMagic(MFMagic::MFMAGIC_FORMAT), format_(fmt) {} in OH_AVFormat()
/foundation/multimedia/media_foundation/interface/inner_api/common/
H A Dnative_mfmagic.h29 MFMAGIC_FORMAT = MF_MAGIC('F', 'R', 'M', 'T'), member in MFMagic
/foundation/multimedia/media_foundation/tests/unittest/avbuffer/
H A Davbuffer_framework_unit_test.cpp256 buffer->magic_ = MFMagic::MFMAGIC_FORMAT; in HWTEST_F()
397 buffer->magic_ = MFMagic::MFMAGIC_FORMAT; in HWTEST_F()
451 buffer->magic_ = MFMagic::MFMAGIC_FORMAT; in HWTEST_F()
640 buffer->magic_ = MFMagic::MFMAGIC_FORMAT; in HWTEST_F()
690 buffer->magic_ = MFMagic::MFMAGIC_FORMAT; in HWTEST_F()
/foundation/multimedia/av_codec/frameworks/native/capi/avmuxer/
H A Dnative_avmuxer.cpp69 CHECK_AND_RETURN_RET_LOG(trackFormat->magic_ == MFMagic::MFMAGIC_FORMAT, AV_ERR_INVALID_VAL, in OH_AVMuxer_AddTrack()
/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/
H A Dnative_audio_encoder.cpp252 CHECK_AND_RETURN_RET_LOG(format->magic_ == MFMagic::MFMAGIC_FORMAT, AV_ERR_INVALID_VAL, "magic error!"); in OH_AudioEncoder_Configure()
437 CHECK_AND_RETURN_RET_LOG(format->magic_ == MFMagic::MFMAGIC_FORMAT, AV_ERR_INVALID_VAL, "magic error!"); in OH_AudioEncoder_SetParameter()
H A Dnative_audio_decoder.cpp253 CHECK_AND_RETURN_RET_LOG(format->magic_ == MFMagic::MFMAGIC_FORMAT, AV_ERR_INVALID_VAL, "magic error!"); in OH_AudioDecoder_Configure()
439 CHECK_AND_RETURN_RET_LOG(format->magic_ == MFMagic::MFMAGIC_FORMAT, AV_ERR_INVALID_VAL, "magic error!"); in OH_AudioDecoder_SetParameter()
H A Dnative_audio_codec.cpp245 CHECK_AND_RETURN_RET_LOG(format->magic_ == MFMagic::MFMAGIC_FORMAT, AV_ERR_INVALID_VAL, "magic error!"); in OH_AudioCodec_Configure()
419 CHECK_AND_RETURN_RET_LOG(format->magic_ == MFMagic::MFMAGIC_FORMAT, AV_ERR_INVALID_VAL, "magic error!"); in OH_AudioCodec_SetParameter()
H A Dnative_video_encoder.cpp485 CHECK_AND_RETURN_RET_LOG(format->magic_ == MFMagic::MFMAGIC_FORMAT, AV_ERR_INVALID_VAL, "Format magic error!"); in OH_VideoEncoder_Configure()
679 CHECK_AND_RETURN_RET_LOG(format->magic_ == MFMagic::MFMAGIC_FORMAT, AV_ERR_INVALID_VAL, "Format magic error!"); in OH_VideoEncoder_SetParameter()
H A Dnative_video_decoder.cpp400 CHECK_AND_RETURN_RET_LOG(format->magic_ == MFMagic::MFMAGIC_FORMAT, AV_ERR_INVALID_VAL, "Format magic error!"); in OH_VideoDecoder_Configure()
696 CHECK_AND_RETURN_RET_LOG(format->magic_ == MFMagic::MFMAGIC_FORMAT, AV_ERR_INVALID_VAL, "Format magic error!"); in OH_VideoDecoder_SetParameter()

Completed in 14 milliseconds