/aosp14/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
H A D | SimpleFrameManager.java | 37 public Frame newFrame(FrameFormat format) { in newFrame() 42 public Frame newBoundFrame(FrameFormat format, int bindingType, long bindingId) { in newBoundFrame() 59 private Frame createNewFrame(FrameFormat format) { in createNewFrame()
|
/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/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/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/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()
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_decoder/aac/ |
H A D | ffmpeg_aac_decoder_plugin.cpp | 98 auto format = basePlugin->GetFormat(); in SetParameter() local 141 bool FFmpegAACDecoderPlugin::CheckAdts(const std::shared_ptr<Meta> &format) in CheckAdts() 158 bool FFmpegAACDecoderPlugin::CheckSampleFormat(const std::shared_ptr<Meta> &format) in CheckSampleFormat() 163 bool FFmpegAACDecoderPlugin::CheckFormat(const std::shared_ptr<Meta> &format) in CheckFormat() 171 bool FFmpegAACDecoderPlugin::CheckChannelCount(const std::shared_ptr<Meta> &format) in CheckChannelCount()
|
/aosp14/frameworks/base/core/java/android/hardware/camera2/params/ |
H A D | RecommendedStreamConfigurationMap.java | 279 public @Nullable Set<Size> getInputSizes(@Format int format) { in getInputSizes() 301 public boolean isOutputSupportedFor(@Format int format) { in isOutputSupportedFor() 317 public @Nullable Set<Size> getOutputSizes(@Format int format) { in getOutputSizes() 401 public @Nullable Set<Size> getHighResolutionOutputSizes(@Format int format) { in getHighResolutionOutputSizes() 421 public @IntRange(from = 0) long getOutputMinFrameDuration(@Format int format, in getOutputMinFrameDuration() 439 public @IntRange(from = 0) long getOutputStallDuration(@Format int format, @NonNull Size size) { in getOutputStallDuration()
|
H A D | StreamConfigurationMap.java | 453 public Size[] getInputSizes(final int format) { in getInputSizes() 481 public boolean isOutputSupportedFor(int format) { in isOutputSupportedFor() 720 public Size[] getOutputSizes(int format) { in getOutputSizes() 1254 static int checkArgumentFormatInternal(int format) { in checkArgumentFormatInternal() 1290 static int checkArgumentFormat(int format) { in checkArgumentFormat() 1330 public static int imageFormatToPublic(int format) { in imageFormatToPublic() 1374 public static int depthFormatToPublic(int format) { in depthFormatToPublic() 1447 static int imageFormatToInternal(int format) { in imageFormatToInternal() 1499 static int imageFormatToDataspace(int format) { in imageFormatToDataspace() 1653 int format = map.keyAt(j); in getPublicFormats() local [all …]
|
H A D | InputConfiguration.java | 59 public InputConfiguration(int width, int height, int format) { in InputConfiguration() 91 @Format int format) { in InputConfiguration() 103 public InputConfiguration(int width, int height, int format, boolean isMultiResolution) { in InputConfiguration()
|
/aosp14/frameworks/base/graphics/java/android/graphics/ |
H A D | PixelFormat.java | 109 public static void getPixelFormatInfo(@Format int format, PixelFormat info) { in getPixelFormatInfo() 157 public static boolean formatHasAlpha(@Format int format) { in formatHasAlpha() 186 public static boolean isPublicFormat(@Format int format) { in isPublicFormat() 203 public static String formatToString(@Format int format) { in formatToString()
|
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/avcodec/ |
H A D | avcodec_audio_decoder_impl.cpp | 54 Format format; in Init() local 71 int32_t AVCodecAudioDecoderImpl::Configure(const Format &format) in Configure() 127 int32_t AVCodecAudioDecoderImpl::GetOutputFormat(Format &format) in GetOutputFormat() 141 int32_t AVCodecAudioDecoderImpl::SetParameter(const Format &format) in SetParameter()
|
H A D | avcodec_audio_encoder_impl.cpp | 54 Format format; in Init() local 72 int32_t AVCodecAudioEncoderImpl::Configure(const Format &format) in Configure() 128 int32_t AVCodecAudioEncoderImpl::GetOutputFormat(Format &format) in GetOutputFormat() 142 int32_t AVCodecAudioEncoderImpl::SetParameter(const Format &format) in SetParameter()
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/ |
H A D | api_test.cpp | 67 OH_AVFormat *format; variable 194 OH_AVFormat *format = OH_AVFormat_Create(); variable 206 OH_AVFormat *format = OH_AVFormat_Create(); variable 221 OH_AVFormat *format = OH_AVFormat_Create(); variable 313 OH_AVFormat *format = OH_AVFormat_Create(); variable 503 OH_AVFormat *format = OH_AVFormat_Create(); variable 527 OH_AVFormat *format = OH_AVFormat_Create(); variable 552 OH_AVFormat *format = OH_AVFormat_Create(); variable 578 OH_AVFormat *format = OH_AVFormat_Create(); variable 605 OH_AVFormat *format = OH_AVFormat_Create(); variable [all …]
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/avsource_test/capi/ |
H A D | avsource_capi_mock.cpp | 35 OH_AVFormat *format = OH_AVSource_GetSourceFormat(source_); in GetSourceFormat() local 47 OH_AVFormat *format = OH_AVSource_GetTrackFormat(source_, trackIndex); in GetTrackFormat() local
|
/ohos5.0/foundation/multimedia/av_codec/services/services/sa_avcodec/ipc/ |
H A D | avcodec_parcel.cpp | 23 bool AVCodecParcel::Marshalling(MessageParcel &parcel, const Format &format) in Marshalling() 29 bool AVCodecParcel::Unmarshalling(MessageParcel &parcel, Format &format) in Unmarshalling()
|
/ohos5.0/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/buffer_adapter/standard/ |
H A D | buffer_adapter.h | 77 PixelFormat format = PIXEL_FMT_YCRCB_420_P; in CameraFormatToPixelFormat() local 89 static uint32_t PixelFormatToCameraFormat(const PixelFormat format) in PixelFormatToCameraFormat()
|
/ohos5.0/foundation/ai/ai_engine/services/common/platform/os_wrapper/audio_loader/source/ |
H A D | audio_utils.cpp | 23 bool IsAudioCoderFormatSupported(AudioCodecFormat format) in IsAudioCoderFormatSupported() 32 Profile GetProfileFromAudioCoderFormat(AudioCodecFormat format) in GetProfileFromAudioCoderFormat()
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_decoder/Common/src/ |
H A D | AudioDecoderDemoCommon.cpp | 40 void OnOutputFormatChanged(OH_AVCodec *codec, OH_AVFormat *format, void *userData) in OnOutputFormatChanged() 518 void AudioDecoderDemo::NativeGetVorbisConf(OH_AVFormat *format) in NativeGetVorbisConf() 660 OH_AVFormat *format) in NativeRunCase() 732 OH_AVFormat *format) in NativeRunCasePerformance() 1069 int32_t AudioDecoderDemo::InnerConfigure(const Format &format) in InnerConfigure() 1162 int32_t AudioDecoderDemo::InnerSetParameter(const Format &format) in InnerSetParameter() 1189 int32_t AudioDecoderDemo::InnerGetOutputFormat(Format &format) in InnerGetOutputFormat() 1454 Format &format) in InnerRunCase() 1496 void AudioDecoderDemo::InnerRunCaseFlushAlloc(Format &format) in InnerRunCaseFlushAlloc() 1688 void AudioDecoderDemo::InnerRunCaseResetAlloc(Format &format) in InnerRunCaseResetAlloc() [all …]
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_encoder/NativeAPI/ |
H A D | NativeStablityTest.cpp | 57 OH_AVFormat* format = OH_AVFormat_Create(); in GetAVFormatByEncoder() local 296 OH_AVFormat* format = OH_AVFormat_Create(); variable 339 OH_AVFormat* format = OH_AVFormat_Create(); variable 384 OH_AVFormat* format = OH_AVFormat_Create(); variable 431 OH_AVFormat* format = OH_AVFormat_Create(); variable 480 OH_AVFormat* format = OH_AVFormat_Create(); variable 557 OH_AVFormat* format = OH_AVFormat_Create(); variable 587 OH_AVFormat* format = OH_AVFormat_Create(); variable 640 OH_AVFormat* format = OH_AVFormat_Create(); variable 672 OH_AVFormat* format = OH_AVFormat_Create(); variable [all …]
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_decoder/Avbuffer/src/ |
H A D | fuzz_test.cpp | 95 OH_AVFormat *format = OH_AVFormat_Create(); variable 123 OH_AVFormat *format = OH_AVFormat_Create(); variable 151 OH_AVFormat *format = OH_AVFormat_Create(); variable 185 OH_AVFormat *format = OH_AVFormat_Create(); variable 222 OH_AVFormat *format = OH_AVFormat_Create(); variable
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/demuxer/src/ |
H A D | api_test.cpp | 166 OH_AVFormat *format = OH_AVSource_GetSourceFormat(nullptr); variable 177 OH_AVFormat *format = OH_AVSource_GetTrackFormat(nullptr, 0); variable 190 OH_AVFormat *format = OH_AVSource_GetTrackFormat(source, -1); variable 531 OH_AVFormat *format; variable 547 OH_AVFormat *format; variable
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/cj/ |
H A D | image_receiver_impl_test.cpp | 43 int32_t format; variable 68 int32_t format; variable
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/filter_test/ |
H A D | surface_decoder_unit_test.h | 56 int32_t Configure(const Format &format) in Configure() 96 int32_t GetOutputFormat(Format &format) in GetOutputFormat() 108 int32_t SetParameter(const Format &format) in SetParameter() 136 void OnOutputFormatChanged(const std::shared_ptr<Meta> &format) in OnOutputFormatChanged()
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_encoder/Avbuffer/src/ |
H A D | null_check_test.cpp | 126 OH_AVFormat *format = OH_AVFormat_Create(); variable 155 OH_AVFormat *format = OH_AVFormat_Create(); variable 204 OH_AVFormat *format = OH_AVFormat_Create(); variable 235 OH_AVFormat *format = OH_AVFormat_Create(); variable 268 OH_AVFormat *format = OH_AVFormat_Create(); variable 320 OH_AVFormat *format = OH_AVFormat_Create(); variable 354 OH_AVFormat *format = OH_AVFormat_Create(); variable 389 OH_AVFormat *format = OH_AVFormat_Create(); variable 424 OH_AVFormat *format = OH_AVFormat_Create(); variable
|