/ohos5.0/foundation/multimedia/image_effect/frameworks/native/utils/format/ |
H A D | format_helper.cpp | 26 uint32_t FormatHelper::CalculateDataRowCount(uint32_t height, IEffectFormat format) in CalculateDataRowCount() 40 uint32_t FormatHelper::CalculateRowStride(uint32_t width, IEffectFormat format) in CalculateRowStride() 54 uint32_t FormatHelper::CalculateSize(uint32_t width, uint32_t height, IEffectFormat format) in CalculateSize()
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/muxer/NativeAPI/ |
H A D | NativeAVMuxerNullCheckTest.cpp | 57 OH_AVOutputFormat format = AV_OUTPUT_FORMAT_M4A; variable 79 OH_AVOutputFormat format = AV_OUTPUT_FORMAT_M4A; variable 113 OH_AVOutputFormat format = AV_OUTPUT_FORMAT_M4A; variable 144 OH_AVOutputFormat format = AV_OUTPUT_FORMAT_M4A; variable 168 OH_AVOutputFormat format = AV_OUTPUT_FORMAT_MPEG_4; variable 205 OH_AVOutputFormat format = AV_OUTPUT_FORMAT_MPEG_4; variable 254 OH_AVOutputFormat format = AV_OUTPUT_FORMAT_MPEG_4; variable 300 OH_AVOutputFormat format = AV_OUTPUT_FORMAT_MPEG_4; variable 340 OH_AVOutputFormat format = AV_OUTPUT_FORMAT_MPEG_4; variable
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_encoder/Avbuffer/src/ |
H A D | status_check_test.cpp | 55 OH_AVFormat *format = OH_AVFormat_Create(); variable 201 OH_AVFormat *format = OH_AVFormat_Create(); variable 231 OH_AVFormat *format = OH_AVFormat_Create(); variable 260 OH_AVFormat *format = OH_AVFormat_Create(); variable 291 OH_AVFormat *format = OH_AVFormat_Create(); variable 323 OH_AVFormat *format = OH_AVFormat_Create(); variable 352 OH_AVFormat *format = OH_AVFormat_Create(); variable 382 OH_AVFormat *format = OH_AVFormat_Create(); variable 411 OH_AVFormat *format = OH_AVFormat_Create(); variable 439 OH_AVFormat *format = OH_AVFormat_Create(); variable [all …]
|
H A D | param_check_test.cpp | 110 OH_AVFormat *format = OH_AVFormat_Create(); variable 165 OH_AVFormat *format = OH_AVFormat_Create(); variable 247 OH_AVFormat *format = OH_AVFormat_Create(); variable 284 OH_AVFormat *format = OH_AVFormat_Create(); variable 312 OH_AVFormat *format = OH_AVFormat_Create(); variable 367 OH_AVFormat *format = OH_AVFormat_Create(); variable 413 OH_AVFormat *format = OH_AVFormat_Create(); variable 459 OH_AVFormat *format = OH_AVFormat_Create(); variable 514 OH_AVFormat *format = OH_AVFormat_Create(); variable 542 OH_AVFormat *format = OH_AVFormat_Create(); variable [all …]
|
/ohos5.0/drivers/peripheral/display/buffer/vdi_base/include/ |
H A D | display_gralloc_gbm.h | 51 #define GRALLOC_LOCK(format, ...) … argument 57 #define GRALLOC_UNLOCK(format, ...) … argument 63 #define GRALLOC_LOCK(format, ...) \ argument 68 #define GRALLOC_UNLOCK(format, ...) \ argument
|
/ohos5.0/base/update/updater/services/flashd/common/ |
H A D | flashd_define.h | 24 #define FLASHD_LOGE(format, ...) Logger(Updater::ERROR, (UPDATER_LOG_FILE_NAME), (__LINE__), format… argument 25 #define FLASHD_LOGD(format, ...) Logger(Updater::DEBUG, (UPDATER_LOG_FILE_NAME), (__LINE__), format… argument 26 #define FLASHD_LOGI(format, ...) Logger(Updater::INFO, (UPDATER_LOG_FILE_NAME), (__LINE__), format,… argument 27 #define FLASHD_LOGW(format, ...) Logger(Updater::WARNING, (UPDATER_LOG_FILE_NAME), (__LINE__), form… argument
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/common/common_mock/avformat/capi/ |
H A D | avformat_capi_mock_factory.cpp | 22 std::shared_ptr<FormatMock> format = std::make_shared<AVFormatCapiMock>(); in CreateFormat() local 30 std::shared_ptr<FormatMock> format = std::make_shared<AVFormatCapiMock>(); in CreateAudioFormat() local 38 std::shared_ptr<FormatMock> format = std::make_shared<AVFormatCapiMock>(); in CreateVideoFormat() local
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/common/common_mock/avformat/inner/ |
H A D | avformat_inner_mock_factory.cpp | 28 std::shared_ptr<FormatMock> format = std::make_shared<AVFormatInnerMock>(); in CreateAudioFormat() local 36 std::shared_ptr<FormatMock> format = std::make_shared<AVFormatInnerMock>(); in CreateVideoFormat() local 44 std::shared_ptr<FormatMock> format = std::make_shared<AVFormatInnerMock>(); in CreateTimedMetadataFormat() local
|
H A D | avformat_inner_mock.h | 26 explicit AVFormatInnerMock(const Format &format) : format_(format) {} in AVFormatInnerMock() 27 explicit AVFormatInnerMock(Format &&format) : format_(format) {} in AVFormatInnerMock()
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/ |
H A D | ffmpeg_format_helper.cpp | 463 void FFmpegFormatHelper::ParseBaseTrackInfo(const AVStream& avStream, Meta &format, in ParseBaseTrackInfo() 522 void FFmpegFormatHelper::ParseAVTrackInfo(const AVStream& avStream, Meta &format) in ParseAVTrackInfo() 547 void FFmpegFormatHelper::ParseVideoTrackInfo(const AVStream& avStream, Meta &format, in ParseVideoTrackInfo() 594 void FFmpegFormatHelper::ParseRotationFromMatrix(const AVStream& avStream, Meta &format) in ParseRotationFromMatrix() 657 void FFmpegFormatHelper::ParseImageTrackInfo(const AVStream& avStream, Meta &format) in ParseImageTrackInfo() 671 void FFmpegFormatHelper::ParseAudioTrackInfo(const AVStream& avStream, Meta &format) in ParseAudioTrackInfo() 724 void FFmpegFormatHelper::ConvertAv3aSampleFormat(const AVStream& avStream, Meta &format) in ConvertAv3aSampleFormat() 744 void FFmpegFormatHelper::ParseAv3aInfo(const AVStream& avStream, Meta &format) in ParseAv3aInfo() 791 void FFmpegFormatHelper::ParseTimedMetaTrackInfo(const AVStream& avStream, Meta &format) in ParseTimedMetaTrackInfo() 808 void FFmpegFormatHelper::ParseHvccBoxInfo(const AVStream& avStream, Meta &format) in ParseHvccBoxInfo() [all …]
|
/ohos5.0/drivers/peripheral/display/utils/include/ |
H A D | display_log.h | 44 #define DISPLAY_LOGD(format, ...) … argument 53 #define DISPLAY_LOGI(format, ...) … argument 60 #define DISPLAY_LOGW(format, ...) … argument 67 #define DISPLAY_LOGE(format, ...) \ argument
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_decoder/Avbuffer/src/ |
H A D | null_check_test.cpp | 126 OH_AVFormat *format = OH_AVFormat_Create(); variable 150 OH_AVFormat *format = OH_AVFormat_Create(); variable 194 OH_AVFormat *format = OH_AVFormat_Create(); variable 220 OH_AVFormat *format = OH_AVFormat_Create(); variable 248 OH_AVFormat *format = OH_AVFormat_Create(); variable 295 OH_AVFormat *format = OH_AVFormat_Create(); variable 324 OH_AVFormat *format = OH_AVFormat_Create(); variable 354 OH_AVFormat *format = OH_AVFormat_Create(); variable 429 OH_AVFormat *format = OH_AVFormat_Create(); variable
|
/ohos5.0/foundation/multimedia/media_foundation/tests/unittest/format/ |
H A D | avformat_unit_test.cpp | 197 std::shared_ptr<Format> format = std::make_shared<Format>(); variable 255 std::shared_ptr<Format> format = std::make_shared<Format>(); variable 313 std::shared_ptr<Format> format = std::make_shared<Format>(); variable 352 std::shared_ptr<Format> format = std::make_shared<Format>(); variable 392 std::shared_ptr<Format> format = std::make_shared<Format>(); variable 437 std::shared_ptr<Format> format = std::make_shared<Format>(); variable 529 std::shared_ptr<Format> format = std::make_shared<Format>(); variable 560 std::shared_ptr<Format> format = std::make_shared<Format>(); variable 585 void CheckValueType(std::shared_ptr<Format> &format) in CheckValueType() 617 std::shared_ptr<Format> format = std::make_shared<Format>(); variable [all …]
|
H A D | avformat_unit_channel_layout_test.cpp | 210 std::shared_ptr<Format> format = std::make_shared<Format>(); variable 237 std::shared_ptr<Format> format = std::make_shared<Format>(); variable 277 std::shared_ptr<Format> format = std::make_shared<Format>(); variable 303 std::shared_ptr<Format> format = std::make_shared<Format>(); variable 334 std::shared_ptr<Format> format = std::make_shared<Format>(); variable 356 std::shared_ptr<Format> format = std::make_shared<Format>(); variable
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_decoder/NativeAPI/ |
H A D | NativeFunctionTest.cpp | 851 OH_AVFormat* format = OH_AVFormat_Create(); variable 894 OH_AVFormat* format = OH_AVFormat_Create(); variable 936 OH_AVFormat* format = OH_AVFormat_Create(); variable 979 OH_AVFormat* format = OH_AVFormat_Create(); variable 1010 OH_AVFormat* format = OH_AVFormat_Create(); variable 1040 OH_AVFormat* format = OH_AVFormat_Create(); variable 1080 OH_AVFormat* format = OH_AVFormat_Create(); variable 1123 OH_AVFormat* format = OH_AVFormat_Create(); variable 1165 OH_AVFormat* format = OH_AVFormat_Create(); variable 1208 OH_AVFormat* format = OH_AVFormat_Create(); variable [all …]
|
/ohos5.0/drivers/peripheral/display/hal/default_standard/include/ |
H A D | display_common.h | 46 #define DISPLAY_LOGD(format, ...) … argument 57 #define DISPLAY_LOGI(format, ...) … argument 66 #define DISPLAY_LOGW(format, ...) … argument 75 #define DISPLAY_LOGE(format, ...) \ argument
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/ |
H A D | bundlems_log.h | 29 #define HILOG_DEBUG(mod, format, ...) argument 32 #define HILOG_ERROR(mod, format, ...) argument 35 #define HILOG_FATAL(mod, format, ...) argument 38 #define HILOG_INFO(mod, format, ...) argument 41 #define HILOG_WARN(mod, format, ...) argument 44 #define HILOG_RACE(mod, format, ...) argument
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/muxer/Common/src/ |
H A D | AVMuxerDemo.cpp | 30 int32_t AVMuxerDemo::GetFdByMode(OH_AVOutputFormat format) in GetFdByMode() 62 int32_t AVMuxerDemo::GetFdByName(OH_AVOutputFormat format, string fileName) in GetFdByName() 83 int32_t AVMuxerDemo::InnerGetFdByMode(OutputFormat format) in InnerGetFdByMode() 100 int32_t AVMuxerDemo::InnerGetFdByName(OutputFormat format, string fileName) in InnerGetFdByName() 116 OH_AVMuxer* AVMuxerDemo::NativeCreate(int32_t fd, OH_AVOutputFormat format) in NativeCreate() 158 int32_t AVMuxerDemo::InnerCreate(int32_t fd, OutputFormat format) in InnerCreate()
|
/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/include/util/ |
H A D | abilityms_log.h | 29 #define HILOG_DEBUG(mod, format, ...) argument 32 #define HILOG_ERROR(mod, format, ...) argument 35 #define HILOG_FATAL(mod, format, ...) argument 38 #define HILOG_INFO(mod, format, ...) argument 41 #define HILOG_WARN(mod, format, ...) argument 44 #define HILOG_RACE(mod, format, ...) argument
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/hcodec_test/unittest/ |
H A D | hencoder_unit_test.cpp | 257 Format format; variable 279 Format format; variable 301 Format format; variable 322 Format format; variable 343 Format format; variable 359 Format format; variable 375 Format format; variable 391 Format format; variable 407 Format format; variable 424 Format format; variable [all …]
|
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/log/ |
H A D | log.c | 78 static void hc_logd(const char *tag, const char *func, const char *format, ...) in hc_logd() 85 static void hc_logi(const char *tag, const char *func, const char *format, ...) in hc_logi() 92 static void hc_logw(const char *tag, const char *func, const char *format, ...) in hc_logw() 99 static void hc_loge(const char *tag, const char *func, const char *format, ...) in hc_loge()
|
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/ |
H A D | common.h | 44 #define LOG_ERR(format, ...) \ argument 52 #define LOG_DEBUG(format, ...) \ argument 58 #define LOG_DEBUG(format, ...) argument
|
/ohos5.0/foundation/multimedia/player_framework/services/services/sa_media/ipc/ |
H A D | media_parcel.cpp | 25 static bool DoMarshalling(MessageParcel &parcel, const Format &format) in DoMarshalling() 61 bool MediaParcel::Marshalling(MessageParcel &parcel, const Format &format) in Marshalling() 87 static bool DoUnmarshalling(MessageParcel &parcel, Format &format) in DoUnmarshalling() 131 bool MediaParcel::Unmarshalling(MessageParcel &parcel, Format &format) in Unmarshalling()
|
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/audio/decoder/ |
H A D | audio_ffmpeg_amrnb_decoder_plugin.cpp | 55 int32_t AudioFFMpegAmrnbDecoderPlugin::Init(const Format &format) in Init() 115 auto format = basePlugin->GetFormat(); in GetFormat() local 120 int32_t AudioFFMpegAmrnbDecoderPlugin::Checkinit(const Format &format) in Checkinit() 138 bool AudioFFMpegAmrnbDecoderPlugin::CheckSampleFormat(const Format &format) in CheckSampleFormat()
|
H A D | audio_ffmpeg_amrwb_decoder_plugin.cpp | 55 int32_t AudioFFMpegAmrwbDecoderPlugin::Init(const Format &format) in Init() 115 auto format = basePlugin->GetFormat(); in GetFormat() local 120 int32_t AudioFFMpegAmrwbDecoderPlugin::Checkinit(const Format &format) in Checkinit() 138 bool AudioFFMpegAmrwbDecoderPlugin::CheckSampleFormat(const Format &format) in CheckSampleFormat()
|