/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/ability/ |
H A D | camera_ability_parse_util.h | 35 uint32_t format;
member
|
/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/common/ |
H A D | frame_record.cpp | 100 .format = surfaceBuffer->GetFormat(), in DeepCopyBuffer()
|
/foundation/multimedia/av_codec/services/services/codec/ipc/ |
H A D | codec_listener_stub.h | 37 void OnOutputFormatChanged(const Format &format) override;
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/receiver/include/ |
H A D | image_receiver.h | 59 int32_t format,
|
/foundation/multimedia/media_utils_lite/interfaces/kits/ |
H A D | format.h | 28 * @file format.h 79 * @brief Represents the data format. 91 * @brief Obtains the format type. 93 * @return Returns the format type. For details, see {@link OHOS::Media::FormatDataType}. 352 * @brief Sets all metadata to a specified format. 354 * @param format Indicates the format. For details, see {@link Format}. 359 bool CopyFrom(const Format &format);
|
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/payload_data/ |
H A D | get_object_info_data.cpp | 64 MtpPacketTool::PutUInt16(outBuffer, objectInfo->format); in Maker()
|
/foundation/multimedia/player_framework/frameworks/js/recorder/ |
H A D | recorder_capability_napi.h | 84 Format format; member
|
/foundation/multimedia/player_framework/services/engine/histreamer/avmetadatahelper/ |
H A D | av_thumbnail_generator.h | 48 void OnOutputFormatChanged(const MediaAVCodec::Format &format);
|
/foundation/multimedia/player_framework/services/services/engine_intf/ |
H A D | i_recorder_engine.h | 118 * Sets the output file format. The function must be called after SetVideoSource or SetAudioSource, and before 122 virtual int32_t SetOutputFormat(OutputFormatType format) = 0;
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/ |
H A D | hi_audit.h | 102 std::string GetFormattedTimestamp(time_t timeStamp, const std::string& format);
|
/foundation/multimedia/player_framework/test/fuzztest/common/ |
H A D | test_recorder.h | 83 void SetParameter(int32_t sourceId, const Format &format, RecorderTestParam::VideoRecorderConfig_ &recorderConfig);
|
/foundation/multimedia/player_framework/services/services/transcoder/ipc/ |
H A D | transcoder_service_stub.h | 44 int32_t SetOutputFormat(OutputFormatType format) override;
|
/foundation/multimedia/ringtone_library/services/utils/include/ |
H A D | ringtone_file_utils.h | 53 EXPORT static std::string StrCreateTimeByMilliseconds(const std::string &format, int64_t time);
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/include/ |
H A D | dcamera_client.h | 71 CameraStandard::CameraFormat ConvertToCameraFormat(int32_t format);
|
/foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/decoder/include/ |
H A D | image_sink_decoder.h | 29 #include "meta/format.h" 71 void OnOutputFormatChanged(const Media::Format &format);
|
/foundation/distributedhardware/distributed_screen/services/screentransport/screensourceprocessor/encoder/include/ |
H A D | image_source_encoder.h | 25 #include "meta/format.h" 63 void OnOutputFormatChanged(const Media::Format &format);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
H A D | offscreen_canvas_paint_method.cpp | 126 RSBitmapFormat format { RSColorType::COLORTYPE_BGRA_8888, RSAlphaType::ALPHATYPE_OPAQUE }; in GetImageData() 132 tempCache.Build(dirtyWidth, dirtyHeight, format); in GetImageData()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | text_clock_modifier.cpp | 29 void SetFormat(ArkUINodeHandle node, ArkUI_CharPtr format) in SetFormat() argument 33 TextClockModelNG::SetFormat(frameNode, format); in SetFormat()
|
/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/example/ |
H A D | audio_renderer_test.cpp | 129 AUDIO_INFO_LOG("AudioRendererTest: Get AudioSampleFormat: %{public}d", streamInfo.format); in GetRendererStreamInfo() 339 rendererOptions.streamInfo.format = GetSampleFormat(wavHeader.bitsPerSample); in TestPlayback()
|
/foundation/multimedia/av_codec/services/media_engine/filters/ |
H A D | audio_encoder_filter.cpp | 87 Status AudioEncoderFilter::SetCodecFormat(const std::shared_ptr<Meta> &format)
in SetCodecFormat() argument 90 FALSE_RETURN_V(format->Get<Tag::MIME_TYPE>(codecMimeType_), Status::ERROR_INVALID_PARAMETER);
in SetCodecFormat()
|
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/gles/ |
H A D | intf_device_gles.h | 202 /** Internal format, GL_RGBA16F etc */ 205 uint32_t format; member 374 /** Internal format, GL_RGBA16F etc */ 377 uint32_t format; member
|
/foundation/graphic/graphic_surface/surface/test/fuzztest/nativewindow_fuzzer/ |
H A D | nativewindow_fuzzer.cpp | 53 int32_t format = GetData<int32_t>(); in HandleOpt() local 54 OH_NativeWindow_NativeWindowHandleOpt(nativeWindow, code, format); in HandleOpt()
|
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/ |
H A D | ffmpeg_demuxer_plugin.h | 104 void ConvertCsdToAnnexb(const AVStream& avStream, Meta &format); 186 void ParseHEVCMetadataInfo(const AVStream& avStream, Meta &format);
|
/foundation/graphic/surface_lite/frameworks/ |
H A D | buffer_client_producer.cpp | 215 void BufferClientProducer::SetFormat(uint32_t format) in SetFormat() argument 217 SetAttr(SET_FORMAT, format); in SetFormat()
|
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/common/ |
H A D | ffmpeg_convert.cpp | 99 "resample 8bit to other format can not support"); in Convert() 111 "resample 24bit to other format can not support"); in Convert() 159 int planar = av_sample_fmt_is_planar(static_cast<AVSampleFormat>(inputFrame->format)); in ConvertFrame() 176 outputFrame->format = resamplePara_.destFmt; in ConvertFrame()
|