/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/include/ |
H A D | camera_framework_moduletest.h | 102 camera_rational_t ratio, CameraFormat format);
|
/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/include/ |
H A D | videoenc_sample.h | 80 int32_t SetParameter(OH_AVFormat *format);
|
/foundation/multimedia/camera_framework/interfaces/inner_api/native/test/ |
H A D | test_common.h | 59 static camera_format_t GetCameraMetadataFormat(CameraFormat format);
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/jpeg_hw_decode/common/ |
H A D | mock_jpeg_hw_decode_flow.cpp | 49 .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 D | image_source_mdk.h | 236 /** 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 D | hstream_repeat.h | 49 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 D | image_source_filter.cpp | 122 memNegotiatedCap->format = srcBuffer_->bufferInfo_->formatType_; in DoNegotiate()
|
/foundation/multimedia/image_effect/interfaces/inner_api/native/efilter/ |
H A D | efilter.h | 48 IMAGE_EFFECT_EXPORT virtual ErrorCode PreRender(IEffectFormat &format);
|
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/payload_data/ |
H A D | send_object_info_data.cpp | 108 if (!MtpPacketTool::GetUInt16(buffer, offset, context_->format)) { in ParserData() 142 if (!MtpPacketTool::GetUInt16(buffer, offset, tmpUse16)) { // thumb format in ParserDataForImageInfo()
|
H A D | get_object_prop_list_data.cpp | 52 context_->format = MtpPacketTool::GetUInt32(buffer, offset); in Parser()
|
/foundation/multimedia/player_framework/services/services/recorder/ipc/ |
H A D | recorder_service_proxy.h | 54 int32_t SetOutputFormat(OutputFormatType format) override;
|
/foundation/multimodalinput/input/util/common/include/ |
H A D | util.h | 76 std::string StringPrintf(const char *format, ...);
|
/foundation/distributedhardware/distributed_camera/services/data_process/include/pipeline_node/multimedia_codec/encoder/ |
H A D | encode_data_process.h | 26 #include "meta/format.h" 59 void OnOutputFormatChanged(const Media::Format &format);
|
/foundation/distributedhardware/distributed_screen/services/common/utils/src/ |
H A D | dscreen_hidumper.cpp | 224 std::to_string(video.height) + ")_" + video.format + ".jpg"; in SaveFile()
|
/test/testfwk/xdevice/src/xdevice/_core/context/ |
H A D | life_stage.py | 90 LOG.error("Call lifecycle error, summary report {} not exists".format(self._report_path))
|
/test/xts/acts/multimedia/av_codec/vcodec/encoder/include/ |
H A D | videoenc_api11_sample.h | 87 int32_t SetParameter(OH_AVFormat *format);
|
H A D | videoenc_ndk_sample.h | 78 int32_t SetParameter(OH_AVFormat *format);
|
/test/xts/hats/hdf/display/buffer/benchmark/ |
H A D | display_buffer_benchmark_test.cpp | 42 .format = PIXEL_FMT_RGBX_8888
|
/foundation/multimedia/player_framework/frameworks/js/avplayer/ |
H A D | avplayer_napi.cpp | 1931 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 D | capturer_in_client.cpp | 240 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 D | device_vk.cpp | 451 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 D | audio_utils_unit_test.cpp | 551 * @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 D | image_ffi.cpp | 1100 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 D | InnerInterfaceDependCheckTest.cpp | 23 #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 D | videoenc_func_unit_test.cpp | 73 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()
|