/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/ |
H A D | codec_port.cpp | 53 FALSE_LOG(meta.Get<Tag::MIME>(mime)); in Config() 54 FALSE_LOG(meta.Get<Tag::VIDEO_PIXEL_FORMAT>(vdecFormat)); in Config() 55 FALSE_LOG(meta.Get<Tag::VIDEO_HEIGHT>(height)); in Config() 56 FALSE_LOG(meta.Get<Tag::VIDEO_WIDTH>(width)); in Config() 57 FALSE_LOG(meta.Get<Tag::VIDEO_FRAME_RATE>(frameRate)); in Config() 58 FALSE_LOG(meta.Get<Tag::MEDIA_BITRATE>(bitRate)); in Config()
|
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/recorder/standard/ |
H A D | recorder_utils.cpp | 81 FALSE_LOG(encoderMeta.Set<Plugin::Tag::MIME>(MEDIA_MIME_AUDIO_AAC)); in TransAudioEncoderFmt() 82 FALSE_LOG(encoderMeta.Set<Plugin::Tag::AUDIO_AAC_PROFILE>(Plugin::AudioAacProfile::LC)); in TransAudioEncoderFmt() 95 FALSE_LOG(encoderMeta.Set<Plugin::Tag::MIME>(MEDIA_MIME_VIDEO_H264)); in TransVideoEncoderFmt() 96 … FALSE_LOG(encoderMeta.Set<Plugin::Tag::VIDEO_H264_PROFILE>(Plugin::VideoH264Profile::BASELINE)); in TransVideoEncoderFmt() 97 FALSE_LOG(encoderMeta.Set<Plugin::Tag::VIDEO_H264_LEVEL>(32)); // 32: LEVEL 3.2 in TransVideoEncoderFmt() 100 FALSE_LOG(encoderMeta.Set<Plugin::Tag::MIME>(MEDIA_MIME_VIDEO_MPEG4)); in TransVideoEncoderFmt()
|
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/source/video_capture/ |
H A D | video_capture_filter.cpp | 165 FALSE_LOG(videoMeta->Set<Plugin::Tag::VIDEO_WIDTH>(videoWidth_)); in DoConfigure() 166 FALSE_LOG(videoMeta->Set<Plugin::Tag::VIDEO_HEIGHT>(videoHeight_)); in DoConfigure() 167 FALSE_LOG(videoMeta->Set<Plugin::Tag::MEDIA_BITRATE>(bitRate_)); in DoConfigure() 168 FALSE_LOG(videoMeta->Set<Plugin::Tag::VIDEO_FRAME_RATE>(frameRate_)); in DoConfigure() 169 FALSE_LOG(videoMeta->Set<Plugin::Tag::MIME>(mime_)); in DoConfigure() 170 FALSE_LOG(videoMeta->Set<Plugin::Tag::VIDEO_PIXEL_FORMAT>(pixelFormat_)); in DoConfigure()
|
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/demux/ |
H A D | demuxer_filter.cpp | 542 FALSE_LOG(streamMeta->Get<Plugin::Tag::MEDIA_TYPE>(type)); in UpdateStreamMeta() 548 FALSE_LOG(streamMeta->Get<Plugin::Tag::AUDIO_CHANNELS>(channels)); in UpdateStreamMeta() 549 FALSE_LOG(streamMeta->Get<Plugin::Tag::AUDIO_CHANNEL_LAYOUT>(channelLayout)); in UpdateStreamMeta() 551 FALSE_LOG(downstreamParams.Get<Tag::AUDIO_OUTPUT_CHANNELS>(outputChannels)); in UpdateStreamMeta() 552 FALSE_LOG(downstreamParams.Get<Tag::AUDIO_OUTPUT_CHANNEL_LAYOUT>(outputChannelLayout)); in UpdateStreamMeta() 557 FALSE_LOG(streamMeta->Set<Plugin::Tag::AUDIO_OUTPUT_CHANNELS>(outputChannels)); in UpdateStreamMeta() 558 FALSE_LOG(streamMeta->Set<Plugin::Tag::AUDIO_OUTPUT_CHANNEL_LAYOUT>(outputChannelLayout)); in UpdateStreamMeta() 581 FALSE_LOG(upstreamParams.Set<Tag::MEDIA_SEEKABLE>(seekable_)); in NegotiateDownstream() 644 FALSE_LOG(mediaInfo.trackMeta[i].Get<Plugin::Tag::VIDEO_WIDTH>(width)); in ReportVideoSize() 645 FALSE_LOG(mediaInfo.trackMeta[i].Get<Plugin::Tag::VIDEO_HEIGHT>(height)); in ReportVideoSize()
|
H A D | data_packer.cpp | 279 FALSE_LOG(needCopySize >= 0); in GetRange() 362 FALSE_LOG(RemoveTo(position)); in RemoveOldData()
|
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/codec/video_encoder/ |
H A D | video_encoder_filter.cpp | 311 FALSE_LOG(meta->Get<Plugin::Tag::VIDEO_PIXEL_FORMAT>(vencFormat_.format)); in SetVideoEncoderFormat() 312 FALSE_LOG(meta->Get<Plugin::Tag::VIDEO_WIDTH>(vencFormat_.width)); in SetVideoEncoderFormat() 313 FALSE_LOG(meta->Get<Plugin::Tag::VIDEO_HEIGHT>(vencFormat_.height)); in SetVideoEncoderFormat() 314 FALSE_LOG(meta->Get<Plugin::Tag::MEDIA_BITRATE>(vencFormat_.bitRate)); in SetVideoEncoderFormat() 315 FALSE_LOG(meta->Get<Plugin::Tag::VIDEO_FRAME_RATE>(vencFormat_.frameRate)); in SetVideoEncoderFormat() 316 FALSE_LOG(meta->Get<Plugin::Tag::MIME>(vencFormat_.mime)); in SetVideoEncoderFormat() 317 FALSE_LOG(meta->Get<Plugin::Tag::MEDIA_CODEC_CONFIG>(vencFormat_.codecConfig)); in SetVideoEncoderFormat()
|
/ohos5.0/foundation/multimedia/media_foundation/engine/include/foundation/ |
H A D | log.h | 238 #ifndef FALSE_LOG 239 #define FALSE_LOG(exec) … macro
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/minimp3_adapter/ |
H A D | minimp3_demuxer_plugin.cpp | 72 …FALSE_LOG(memset_s(&mp3DemuxerAttr_, sizeof(mp3DemuxerAttr_), 0x00, sizeof(AudioDemuxerMp3Attr)) =… in Minimp3DemuxerPlugin() 73 … FALSE_LOG(memset_s(&mp3DemuxerRst_, sizeof(mp3DemuxerRst_), 0x00, sizeof(AudioDemuxerRst)) == 0); in Minimp3DemuxerPlugin() 74 … FALSE_LOG(memset_s(&mp3ProbeAttr, sizeof(mp3ProbeAttr), 0x00, sizeof(AudioDemuxerMp3Attr)) == 0); in Minimp3DemuxerPlugin() 75 FALSE_LOG(memset_s(&mp3ProbeRst, sizeof(mp3ProbeRst), 0x00, sizeof(AudioDemuxerRst)) == 0); in Minimp3DemuxerPlugin() 76 …FALSE_LOG(memset_s(&minimp3DemuxerImpl_, sizeof(minimp3DemuxerImpl_), 0x00, sizeof(Minimp3DemuxerO… in Minimp3DemuxerPlugin()
|
H A D | minimp3_decoder_plugin.cpp | 45 …FALSE_LOG(memset_s(&mp3DecoderAttr_, sizeof(mp3DecoderAttr_), 0x00, sizeof(AudioDecoderMp3Attr)) =… in Minimp3DecoderPlugin() 46 …FALSE_LOG(memset_s(&minimp3DecoderImpl_, sizeof(minimp3DecoderImpl_), 0x00, sizeof(Minimp3DemuxerO… in Minimp3DecoderPlugin()
|
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/codec/audio_decoder/ |
H A D | audio_decoder_filter.cpp | 164 FALSE_LOG(upMeta->Get<Plugin::Tag::AUDIO_CHANNELS>(upChannels)); in UpdateParams() 186 FALSE_LOG(meta->Set<Plugin::Tag::AUDIO_OUTPUT_CHANNEL_LAYOUT>(outputChanLayout)); in UpdateParams()
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/modules/source/audio_capture/ |
H A D | audio_capture_module.cpp | 195 FALSE_LOG(meta->Set<Tag::AUDIO_SAMPLE_RATE>(params.samplingRate)); in GetParameter() 201 FALSE_LOG(meta->Set<Tag::AUDIO_CHANNEL_COUNT>(params.audioChannel)); in GetParameter() 207 …FALSE_LOG(meta->Set<Tag::AUDIO_SAMPLE_FORMAT>(static_cast<Plugins::AudioSampleFormat>(params.audio… in GetParameter()
|
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/source/media_source/ |
H A D | media_source_filter.cpp | 253 FALSE_LOG(seekable_ != Seekable::INVALID); in ActivateMode() 278 FALSE_LOG(meta->Set<Media::Plugin::Tag::MEDIA_SEEKABLE>(seekable)); in DoNegotiate() 281 FALSE_LOG(meta->Set<Media::Plugin::Tag::MEDIA_FILE_SIZE>(fileSize)); in DoNegotiate()
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/modules/sink/ |
H A D | media_synchronous_sink.cpp | 94 FALSE_LOG(meta->GetData(Tag::REGULAR_TRACK_ID, trackId)); in UpdateMediaTimeRange()
|
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/sink/ |
H A D | media_synchronous_sink.cpp | 85 FALSE_LOG(meta.Get<Plugin::Tag::TRACK_ID>(trackId)); in UpdateMediaTimeRange()
|
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/common/ |
H A D | data_stream_impl.cpp | 25 FALSE_LOG(type == MemoryType::VIRTUAL_ADDR); in DataStreamImpl()
|
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/common/ |
H A D | log.h | 349 #ifndef FALSE_LOG 350 #define FALSE_LOG(exec) \ macro
|
/ohos5.0/foundation/multimedia/media_foundation/test/scenetest/helper/ |
H A D | lite_player.cpp | 86 FALSE_LOG(player->Init() == 0); in Create()
|
H A D | lite_stream_player.cpp | 101 FALSE_LOG(sourceFlag == SOURCE_EOS); in DataProcessThread()
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/stream_source/ |
H A D | stream_source_plugin.cpp | 120 auto deleter = [this](uint8_t* ptr) { FALSE_LOG(stream_->QueueEmptyBuffer(ptr)); }; in WrapDataBuffer()
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/demuxer/aac_demuxer/ |
H A D | aac_demuxer_plugin.cpp | 54 FALSE_LOG(memset_s(&aacDemuxerRst_, sizeof(aacDemuxerRst_), 0x00, sizeof(AACDemuxerRst)) == 0); in AACDemuxerPlugin() 385 FALSE_LOG(memcpy_s(rst->frameBuffer, length, buffer, length) == 0); in AudioDemuxerAACProcess()
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/demuxer/ |
H A D | ffmpeg_track_meta.cpp | 91 FALSE_LOG(meta.Set<Tag::MEDIA_BITRATE>(bitRate)); in ConvertCommonTrackToMetaInfo() 92 FALSE_LOG(meta.Set<Tag::BITS_PER_CODED_SAMPLE>(avCodecContext->bits_per_coded_sample)); in ConvertCommonTrackToMetaInfo()
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/download/ |
H A D | http_curl_client.cpp | 47 FALSE_LOG(curl_global_init(CURL_GLOBAL_ALL) == CURLE_OK); in Init()
|
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/recorder/internal/ |
H A D | state.cpp | 117 FALSE_LOG(executor_.DoReset() == ErrorCode::SUCCESS); in Reset()
|
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/muxer/ |
H A D | muxer_filter.cpp | 205 FALSE_LOG(meta->Set<Plugin::Tag::MIME>(containerMime_)); in Configure()
|
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/sink/audio_sink/ |
H A D | audio_sink_filter.cpp | 125 FALSE_LOG(const_cast<Plugin::Meta&>(upstreamParams).Get<Tag::MEDIA_SEEKABLE>(seekable_)); in Negotiate()
|