Home
last modified time | relevance | path

Searched refs:format (Results 1501 - 1525 of 3133) sorted by relevance

1...<<61626364656667686970>>...126

/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/include/
H A Dcamera_framework_moduletest.h102 camera_rational_t ratio, CameraFormat format);
/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/include/
H A Dvideoenc_sample.h80 int32_t SetParameter(OH_AVFormat *format);
/foundation/multimedia/camera_framework/interfaces/inner_api/native/test/
H A Dtest_common.h59 static camera_format_t GetCameraMetadataFormat(CameraFormat format);
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/jpeg_hw_decode/common/
H A Dmock_jpeg_hw_decode_flow.cpp49 .format = outputColorFmt_ in AllocOutputBuffer()
131 JPEG_HW_LOGE("unsupported color format(%{public}d)", static_cast<int>(usrColorFmt)); in UserColorFmtToPixelFmt()
/foundation/multimedia/image_framework/interfaces/kits/native/include/
H A Dimage_source_mdk.h236 /** Image source pixel format, used to describe YUV buffer usually. */
253 /** Defines output pixel format. */
277 /** Pixel format of the image source. It is set in {@link OH_ImageSource_Create}. */
327 * @brief Defines image source supported format string.
335 /** Image source supported format string head.*/
336 char* format = nullptr; member
337 /** Image source supported format string size.*/
342 * @brief Defines the format string list supported by the image source.
350 /** Image source supported format string list head.*/
352 /** Image source supported format strin
[all...]
/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dhstream_repeat.h49 sptr<OHOS::IBufferProducer> producer, int32_t format, int32_t width, int32_t height, RepeatStreamType type);
/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/filters/source/
H A Dimage_source_filter.cpp122 memNegotiatedCap->format = srcBuffer_->bufferInfo_->formatType_; in DoNegotiate()
/foundation/multimedia/image_effect/interfaces/inner_api/native/efilter/
H A Defilter.h48 IMAGE_EFFECT_EXPORT virtual ErrorCode PreRender(IEffectFormat &format);
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/payload_data/
H A Dsend_object_info_data.cpp108 if (!MtpPacketTool::GetUInt16(buffer, offset, context_->format)) { in ParserData()
142 if (!MtpPacketTool::GetUInt16(buffer, offset, tmpUse16)) { // thumb format in ParserDataForImageInfo()
H A Dget_object_prop_list_data.cpp52 context_->format = MtpPacketTool::GetUInt32(buffer, offset); in Parser()
/foundation/multimedia/player_framework/services/services/recorder/ipc/
H A Drecorder_service_proxy.h54 int32_t SetOutputFormat(OutputFormatType format) override;
/foundation/multimodalinput/input/util/common/include/
H A Dutil.h76 std::string StringPrintf(const char *format, ...);
/foundation/distributedhardware/distributed_camera/services/data_process/include/pipeline_node/multimedia_codec/encoder/
H A Dencode_data_process.h26 #include "meta/format.h"
59 void OnOutputFormatChanged(const Media::Format &format);
/foundation/distributedhardware/distributed_screen/services/common/utils/src/
H A Ddscreen_hidumper.cpp224 std::to_string(video.height) + ")_" + video.format + ".jpg"; in SaveFile()
/test/testfwk/xdevice/src/xdevice/_core/context/
H A Dlife_stage.py90 LOG.error("Call lifecycle error, summary report {} not exists".format(self._report_path))
/test/xts/acts/multimedia/av_codec/vcodec/encoder/include/
H A Dvideoenc_api11_sample.h87 int32_t SetParameter(OH_AVFormat *format);
H A Dvideoenc_ndk_sample.h78 int32_t SetParameter(OH_AVFormat *format);
/test/xts/hats/hdf/display/buffer/benchmark/
H A Ddisplay_buffer_benchmark_test.cpp42 .format = PIXEL_FMT_RGBX_8888
/foundation/multimedia/player_framework/frameworks/js/avplayer/
H A Davplayer_napi.cpp1931 Format format; in JsSetVideoScaleType()
1932 (void)format.PutIntValue(PlayerKeys::VIDEO_SCALE_TYPE, videoScaleType); in JsSetVideoScaleType()
1933 (void)jsPlayer->player_->SetParameter(format); in JsSetVideoScaleType()
1995 Format format; in JsSetAudioInterruptMode()
1996 (void)format.PutIntValue(PlayerKeys::AUDIO_INTERRUPT_MODE, jsPlayer->interruptMode_); in JsSetAudioInterruptMode()
1997 (void)jsPlayer->player_->SetParameter(format); in JsSetAudioInterruptMode()
2064 Format format; in JsSetAudioEffectMode()
2065 (void)format.PutIntValue(PlayerKeys::AUDIO_EFFECT_MODE, effectMode); in JsSetAudioEffectMode()
2066 (void)jsPlayer->player_->SetParameter(format); in JsSetAudioEffectMode()
2181 Format format; in JsSetAudioRendererInfo()
[all...]
/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Dcapturer_in_client.cpp240 void DfxOperation(BufferDesc &buffer, AudioSampleFormat format, AudioChannel channel) const;
484 AUDIO_INFO_LOG("AudioStreamInfo, Sampling rate: %{public}d, channels: %{public}d, format: %{public}d, stream type:" in SetAudioStreamInfo()
485 " %{public}d, encoding type: %{public}d", info.samplingRate, info.channels, info.format, eStreamType_, in SetAudioStreamInfo()
488 if (!IsFormatValid(info.format) || !IsEncodingTypeValid(info.encoding) || !IsSamplingRateValid(info.samplingRate)) { in SetAudioStreamInfo()
721 config.streamInfo.format = static_cast<AudioSampleFormat>(streamParams_.format); in ConstructConfig()
1670 DfxOperation(tmpBuffer, clientConfig_.streamInfo.format, clientConfig_.streamInfo.channels); in Read()
1675 void CapturerInClientInner::DfxOperation(BufferDesc &buffer, AudioSampleFormat format, AudioChannel channel) const in DfxOperation() argument
1677 ChannelVolumes vols = VolumeTools::CountVolumeLevel(buffer, format, channel); in DfxOperation()
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Ddevice_vk.cpp451 Format format = DEPTH_FORMATS[idx]; in CheckValidDepthFormats() local
453 (VkFormat)format, // format in CheckValidDepthFormats()
457 dataInternal.supportedDepthFormats.push_back(format); in CheckValidDepthFormats()
571 FormatProperties FillDeviceFormatSupport(VkPhysicalDevice physicalDevice, const Format format) in FillDeviceFormatSupport() argument
575 (VkFormat)format, // format in FillDeviceFormatSupport()
581 GpuProgramUtil::FormatByteSize(format), in FillDeviceFormatSupport()
908 FormatProperties DeviceVk::GetFormatProperties(const Format format) const in GetFormatProperties()
911 const uint32_t formatIdx = static_cast<uint32_t>(format); in GetFormatProperties()
[all...]
/foundation/multimedia/audio_framework/frameworks/native/audioutils/test/unittest/
H A Daudio_utils_unit_test.cpp551 * @tc.desc : Test GetFormatByteSize interface Return 2 when format is SAMPLE_S16LE
555 int32_t format = 100; in HWTEST() local
556 int32_t formatByteSize = GetFormatByteSize(format); in HWTEST()
564 * @tc.desc : Test GetFormatByteSize interface Return 2 when when format is other int32_t
568 int32_t format = SAMPLE_S16LE; in HWTEST() local
569 int32_t formatByteSize = GetFormatByteSize(format); in HWTEST()
577 * @tc.desc : Test GetFormatByteSize interface Return 3 when format is SAMPLE_S24LE
581 int32_t format = SAMPLE_S24LE; in HWTEST() local
582 int32_t formatByteSize = GetFormatByteSize(format); in HWTEST()
590 * @tc.desc : Test GetFormatByteSize interface Return 4 when format i
594 int32_t format = SAMPLE_S32LE; HWTEST() local
[all...]
/foundation/multimedia/image_framework/frameworks/kits/cj/src/
H A Dimage_ffi.cpp1100 int64_t FfiOHOSCreateImageReceiver(int32_t width, int32_t height, int32_t format, int32_t capacity) in FfiOHOSCreateImageReceiver() argument
1103 auto id = ImageReceiverImpl::CreateImageReceiver(width, height, format, capacity); in FfiOHOSCreateImageReceiver()
1254 .format = option.format, in ParseCPackOption()
1363 for (const auto& format : formats) { in FfiOHOSImagePackerGetSupportedFormats()
1364 auto temp = ::Utils::MallocCString(format); in FfiOHOSImagePackerGetSupportedFormats()
1443 int64_t FFiOHOSImageCreatorConstructor(int32_t width, int32_t height, int32_t format, int32_t capacity) in FFiOHOSImageCreatorConstructor() argument
1445 auto ret = FFIData::Create<ImageCreatorImpl>(width, height, format, capacity); in FFiOHOSImageCreatorConstructor()
/foundation/multimedia/av_codec/test/moduletest/audio_encoder/InnerAPI/
H A DInnerInterfaceDependCheckTest.cpp23 #include "meta/format.h"
59 Format format; in Configure() local
61 format.PutIntValue(MediaDescriptionKey::MD_KEY_CHANNEL_COUNT, 1); in Configure()
62 format.PutIntValue(MediaDescriptionKey::MD_KEY_SAMPLE_RATE, SAMPLE_RATE_44100); in Configure()
63 format.PutLongValue(MediaDescriptionKey::MD_KEY_BITRATE, SAMPLE_RATE_112000); in Configure()
64 format.PutIntValue(MediaDescriptionKey::MD_KEY_BITS_PER_CODED_SAMPLE, AudioSampleFormat::SAMPLE_F32LE); in Configure()
65 format.PutIntValue(MediaDescriptionKey::MD_KEY_AUDIO_SAMPLE_FORMAT, AudioSampleFormat::SAMPLE_F32LE); in Configure()
66 format.PutLongValue(MediaDescriptionKey::MD_KEY_CHANNEL_LAYOUT, MONO); in Configure()
67 return encoderDemo->InnerConfigure(format); in Configure()
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/
H A Dvideoenc_func_unit_test.cpp73 cb.onStreamChanged = [](OH_AVCodec *codec, OH_AVFormat *format, void *userData) { in GetVoidCallback()
75 (void)format; in GetVoidCallback()
100 cb.onStreamChanged = [](OH_AVCodec *codec, OH_AVFormat *format, void *userData) { in GetVoidAsyncCallback()
102 (void)format; in GetVoidAsyncCallback()
980 .format = GraphicPixelFormat::GRAPHIC_PIXEL_FMT_RGBA_8888, in HWTEST_P()
1101 .format = GraphicPixelFormat::GRAPHIC_PIXEL_FMT_YCBCR_420_SP, in HWTEST_P()
1215 .format = GraphicPixelFormat::GRAPHIC_PIXEL_FMT_RGBA_8888, in HWTEST_P()
1254 .format = GraphicPixelFormat::GRAPHIC_PIXEL_FMT_RGBA_8888, in HWTEST_P()

Completed in 30 milliseconds

1...<<61626364656667686970>>...126