Home
last modified time | relevance | path

Searched defs:format (Results 201 – 225 of 1504) sorted by relevance

12345678910>>...61

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_decoder/vorbis/
H A Dffmpeg_vorbis_decoder_plugin.cpp112 auto format = basePlugin->GetFormat(); in SetParameter() local
155 bool FFmpegVorbisDecoderPlugin::CheckSampleFormat(const std::shared_ptr<Meta> &format) in CheckSampleFormat()
160 bool FFmpegVorbisDecoderPlugin::CheckFormat(const std::shared_ptr<Meta> &format) in CheckFormat()
168 bool FFmpegVorbisDecoderPlugin::CheckChannelCount(const std::shared_ptr<Meta> &format) in CheckChannelCount()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screentranstestutils/src/
H A Dscreen_callback_test.cpp100 Media::Format format; variable
133 Media::Format format; variable
186 Media::Format format; variable
211 Media::Format format; variable
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/muxer/InnerAPI/
H A DInnerAVMuxerFunctionTest.cpp580 Plugins::OutputFormat format = formatList[i]; variable
628 Plugins::OutputFormat format = formatList[i]; variable
674 Plugins::OutputFormat format = formatList[i]; variable
722 Plugins::OutputFormat format = Plugins::OutputFormat::MPEG_4; variable
765 Plugins::OutputFormat format = Plugins::OutputFormat::MPEG_4; variable
804 Plugins::OutputFormat format = Plugins::OutputFormat::M4A; variable
825 Plugins::OutputFormat format = Plugins::OutputFormat::MPEG_4; variable
847 Plugins::OutputFormat format = Plugins::OutputFormat::M4A; variable
896 Plugins::OutputFormat format = Plugins::OutputFormat::MPEG_4; variable
946 Plugins::OutputFormat format = Plugins::OutputFormat::M4A; variable
[all …]
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/muxer/NativeAPI/
H A DNativeAVMuxerFunctionTest.cpp591 OH_AVOutputFormat format = formatList[i]; variable
635 OH_AVOutputFormat format = formatList[i]; variable
679 OH_AVOutputFormat format = formatList[i]; variable
729 OH_AVOutputFormat format = AV_OUTPUT_FORMAT_MPEG_4; variable
772 OH_AVOutputFormat format = AV_OUTPUT_FORMAT_MPEG_4; variable
812 OH_AVOutputFormat format = AV_OUTPUT_FORMAT_M4A; variable
836 OH_AVOutputFormat format = AV_OUTPUT_FORMAT_MPEG_4; variable
861 OH_AVOutputFormat format = AV_OUTPUT_FORMAT_M4A; variable
909 OH_AVOutputFormat format = AV_OUTPUT_FORMAT_MPEG_4; variable
962 OH_AVOutputFormat format = AV_OUTPUT_FORMAT_M4A; variable
[all …]
/ohos5.0/foundation/multimedia/av_codec/test/unittest/avmuxer_test/capi/
H A Davmuxer_capi_mock_factory.cpp21 …hared_ptr<AVMuxerMock> AVMuxerMockFactory::CreateMuxer(int32_t fd, const OH_AVOutputFormat &format) in CreateMuxer()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/avmuxer_test/inner/
H A Davmuxer_inner_mock_factory.cpp21 …hared_ptr<AVMuxerMock> AVMuxerMockFactory::CreateMuxer(int32_t fd, const OH_AVOutputFormat &format) in CreateMuxer()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/ohos/
H A Dplatform_hardware_buffer.cpp24 BASE_NS::Format format = BASE_NS::Format::BASE_FORMAT_UNDEFINED; in GetCoreFormatFromNativeBufferFormat() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Ddb_dump_helper.cpp21 void DBDumpHelper::Dump(int fd, const char *format, ...) in Dump()
/ohos5.0/base/update/updateservice/interfaces/inner_api/feature/update/model/version_info/description/
H A Ddescription_options.h25 DescriptionFormat format = DescriptionFormat::STANDARD; member
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
H A DCpuVideoTrackDecoder.java58 protected CpuVideoTrackDecoder(int trackIndex, MediaFormat format, Listener listener) { in CpuVideoTrackDecoder()
66 protected MediaCodec initMediaCodec(MediaFormat format) { in initMediaCodec()
184 private static MediaCodec findDecoderCodec(MediaFormat format, int[] requiredColorFormats) { in findDecoderCodec()
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/include/audio/
H A Daudio_codec.h128 int32_t Configure(const MediaAVCodec::Format &format) override in Configure()
133 int32_t SetParameter(const MediaAVCodec::Format &format) override in SetParameter()
139 int32_t GetOutputFormat(MediaAVCodec::Format &format) override in GetOutputFormat()
/ohos5.0/drivers/peripheral/display/buffer/vdi_base/src/
H A Dhi_gbm.cpp66 static const FormatInfo *GetFormatInfo(uint32_t format) in GetFormatInfo()
99 static uint32_t AdjustStrideFromFormat(uint32_t format, uint32_t height) in AdjustStrideFromFormat()
116 …ct gbm_bo *HdiGbmBoCreate(struct gbm_device *gbm, uint32_t width, uint32_t height, uint32_t format, in HdiGbmBoCreate()
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/InnerAPI/
H A Dvideoenc_ndk_inner_sample.cpp80 void VEncInnerCallback::OnOutputFormatChanged(const Format& format) in OnOutputFormatChanged()
166 Format format; in Configure() local
192 Format format; in ConfigureFuzz() local
312 int32_t VEncNdkInnerSample::GetOutputFormat(Format &format) in GetOutputFormat()
322 int32_t VEncNdkInnerSample::SetParameter(const Format &format) in SetParameter()
352 int32_t VEncNdkInnerSample::GetInputFormat(Format &format) in GetInputFormat()
426 Format format; in testApi() local
479 Format format; in PushData() local
697 uint32_t VEncNdkInnerSample::ReadOneFrameByType(uint8_t *dst, GraphicPixelFormat format) in ReadOneFrameByType()
898 auto format = signal_->inFormatQueue_.front(); in InputParamLoopFunc() local
[all …]
/ohos5.0/foundation/multimedia/av_codec/services/services/codec/ipc/
H A Dcodec_service_stub.cpp235 int32_t CodecServiceStub::Configure(const Format &format) in Configure()
353 int32_t CodecServiceStub::GetOutputFormat(Format &format) in GetOutputFormat()
374 int32_t CodecServiceStub::SetParameter(const Format &format) in SetParameter()
381 int32_t CodecServiceStub::GetInputFormat(Format &format) in GetInputFormat()
435 Format format; in Configure() local
540 std::string format = data.ReadString(); in SetOutputSurface() local
572 Format format; in GetOutputFormat() local
609 Format format; in SetParameter() local
622 Format format; in GetInputFormat() local
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_data_utils.cpp290 int32_t MtpDataUtils::SolveHandlesFormatData(const uint16_t format, std::string &outExtension, Medi… in SolveHandlesFormatData()
305 int32_t MtpDataUtils::SolveSendObjectFormatData(const uint16_t format, MediaType &outMediaType) in SolveSendObjectFormatData()
340 void MtpDataUtils::GetMediaTypeByformat(const uint16_t format, MediaType &outMediaType) in GetMediaTypeByformat()
432 uint16_t format = MTP_FORMAT_UNDEFINED_CODE; in GetMovingOrEnditOneRowPropList() local
540 std::string Strftime(const std::string &format, time_t curTime) in Strftime()
595 uint16_t format = MTP_FORMAT_UNDEFINED_CODE; in GetOneRowPropList() local
686 uint16_t format; in GetMediaTypeByName() local
766 uint16_t format = MTP_FORMAT_UNDEFINED_CODE; in GetMtpOneRowProp() local
945 const uint32_t property, const uint16_t format, PropertyValue &outPropValue) in GetMtpPropValue()
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audiodecoder_fuzzer/
H A Daudio_decoder_demo.cpp55 static void OnOutputFormatChanged(OH_AVCodec *codec, OH_AVFormat *format, void *userData) in OnOutputFormatChanged()
124 OH_AVFormat *format = OH_AVFormat_Create(); in RunCase() local
143 bool ADecBufferDemo::ConfigVorbisExtraData(OH_AVFormat *format) in ConfigVorbisExtraData()
163 bool ADecBufferDemo::InitFormat(OH_AVFormat *format) in InitFormat()
304 int32_t ADecBufferDemo::Configure(OH_AVFormat *format) in Configure()
649 OH_AVErrCode ADecBufferDemo::Configure(OH_AVCodec* codec, OH_AVFormat* format, int32_t channel, int… in Configure()
669 OH_AVErrCode ADecBufferDemo::SetParameter(OH_AVCodec* codec, OH_AVFormat* format, int32_t channel, … in SetParameter()
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/encoderconfigure_fuzzer/
H A Dvideoenc_sample.cpp57 static void VencFormatChanged(OH_AVCodec *codec, OH_AVFormat *format, void *userData) in VencFormatChanged()
91 OH_AVFormat *format = OH_AVFormat_Create(); in ConfigureVideoEncoder() local
114 OH_AVFormat *format = OH_AVFormat_Create(); in ConfigureVideoEncoderFuzz() local
183 OH_AVFormat *format = OH_VideoEncoder_GetInputDescription(venc_); in GetStride() local
341 OH_AVFormat *format = OH_AVFormat_Create(); in SetForceIDR() local
588 int32_t VEncFuzzSample::SetParameter(OH_AVFormat *format) in SetParameter()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/picture/
H A Dauxiliary_generator.cpp119 static ImageInfo MakeImageInfo(const Size &size, PixelFormat format, AlphaType alphaType, in MakeImageInfo()
133 const Size &size, uint32_t rowStride, PixelFormat format, ColorSpace colorSpace) in MakeAuxiliaryPictureInfo()
145 static void SetDmaYuvInfo(SurfaceBuffer *&surfaceBuffer, PixelFormat format, YUVDataInfo &yuvInfo) in SetDmaYuvInfo()
190 PixelFormat format = pixelMap->GetPixelFormat(); in TrySetYUVDataInfo() local
293 static sptr<SurfaceBuffer> AllocSurfaceBuffer(Size &size, int32_t format, uint32_t &errorCode) in AllocSurfaceBuffer()
349 AuxiliaryPictureType type, const std::string &format, in GenerateAuxiliaryPicture()
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DYuvImage.java144 public YuvImage(byte[] yuv, int format, int width, int height, int[] strides) { in YuvImage()
164 public YuvImage(@NonNull byte[] yuv, int format, int width, int height, in YuvImage()
369 private int[] calculateStrides(int width, int format) { in calculateStrides()
414 int format, int width, int height, int[] offsets, int[] strides, in nativeCompressToJpeg()
/ohos5.0/base/startup/init/services/log/
H A Dinit_log.h84 #define INIT_ERROR_CHECK(ret, statement, format, ...) \ argument
92 #define INIT_INFO_CHECK(ret, statement, format, ...) \ argument
100 #define INIT_WARNING_CHECK(ret, statement, format, ...) \ argument
129 #define INIT_CHECK_ONLY_ELOG(ret, format, ...) \ argument
/ohos5.0/foundation/multimedia/media_foundation/tests/unittest/avbuffer/
H A Davbuffer_framework_unit_test.cpp133 std::shared_ptr<FormatMock> format; variable
523 auto format = OH_AVFormat_Create(); variable
566 auto format = OH_AVFormat_Create(); variable
593 auto format = OH_AVFormat_Create(); variable
/aosp14/frameworks/base/media/java/android/media/
H A DMediaCodecList.java215 public final String findDecoderForFormat(MediaFormat format) { in findDecoderForFormat()
239 public final String findEncoderForFormat(MediaFormat format) { in findEncoderForFormat()
243 private String findCodecForFormat(boolean encoder, MediaFormat format) { in findCodecForFormat()
/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/audio_demo/
H A Davcodec_audio_encoder_inner_demo.cpp53 Format format; in RunCase() local
83 int32_t AEnInnerDemo::Configure(const Format &format) in Configure()
229 void AEnDemoCallback::OnOutputFormatChanged(const Format &format) in OnOutputFormatChanged()
/ohos5.0/base/hiviewdfx/hiview/base/utility/
H A Dtime_util.cpp30 time_t StrToTimeStamp(const std::string& tmStr, const std::string& format) in StrToTimeStamp()
67 std::string TimestampFormatToDate(time_t timeStamp, const std::string& format) in TimestampFormatToDate()
133 std::string FormatTime(const int64_t timestamp, const std::string &format) in FormatTime()
/aosp14/frameworks/base/core/java/android/util/
H A DPluralsMessageFormatter.java39 public static String format(@NonNull Resources resources, in format() method in PluralsMessageFormatter

12345678910>>...61