| /device/board/hihope/dayu210/camera/vdi_impl/v4l2/driver_adapter/test/unittest/src/ |
| H A D | utest_v4l2_dev.cpp | 83 DeviceFormat format = {}; in HWTEST_F() local 109 DeviceFormat format = {}; in HWTEST_F() local [all...] |
| /device/board/hihope/rk3568/camera/vdi_impl/v4l2/driver_adapter/test/unittest/src/ |
| H A D | utest_v4l2_dev.cpp | 83 DeviceFormat format = {}; in HWTEST_F() local 109 DeviceFormat format = {}; in HWTEST_F() local [all...] |
| /device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/ |
| H A D | drm_fourcc.c | 143 const char *drm_get_format_name(uint32_t format, struct drm_format_name_buf *buf) in drm_get_format_name() argument 158 __drm_format_info(u32 format) __drm_format_info() argument 762 drm_format_info(u32 format) drm_format_info() argument [all...] |
| /device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_drm_debugfs.h | 30 const struct drm_format_info *format; member
|
| /device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_drm_debugfs.h | 30 const struct drm_format_info *format; member
|
| /device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/ |
| H A D | rga_policy.c | 70 int format; in rga_check_src0() local 91 int format; in rga_check_src1() local 35 rga_check_format(const struct rga_hw_data *data, int rd_mode, int format, int win_num) rga_check_format() argument 112 int format; rga_check_dst() local [all...] |
| /device/soc/rockchip/rk3588/kernel/include/drm/ |
| H A D | rockchip_drm_debugfs.h | 30 const struct drm_format_info *format; member
|
| /foundation/ai/neural_network_runtime/test/unittest/components/v2_0/inner_model/ |
| H A D | nn_tensor_test.cpp | 364 OH_NN_Format format = OH_NN_FORMAT_NHWC; in HWTEST_F() local
|
| /foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/ |
| H A D | tensor_desc.cpp | 82 OH_NN_ReturnCode TensorDesc::SetFormat(OH_NN_Format format) in SetFormat() argument
|
| /foundation/ability/idl_tool/util/ |
| H A D | string_builder.cpp | 87 StringBuilder& StringBuilder::AppendFormat(const char* format, ...) in AppendFormat() argument
|
| /foundation/ai/neural_network_runtime/test/unittest/components/v1_0/inner_model/ |
| H A D | nn_tensor_test.cpp | 364 OH_NN_Format format = OH_NN_FORMAT_NHWC; in HWTEST_F() local
|
| /foundation/CastEngine/castengine_wifi_display/services/codec/src/ |
| H A D | video_source_encoder.cpp | 34 void VideoSourceEncoder::VideoEncodeCallback::OnOutputFormatChanged(const MediaAVCodec::Format &format) in OnOutputFormatChanged() argument 292 void VideoSourceEncoder::OnOutputFormatChanged(const MediaAVCodec::Format &format) in OnOutputFormatChanged() argument
|
| /foundation/arkui/ace_engine/frameworks/base/log/ |
| H A D | ace_trace.cpp | 27 bool AceTraceBeginWithArgv(const char* format, va_list args) in AceTraceBeginWithArgv() argument 37 bool AceTraceBeginWithArgvCommercial(const char* format, va_list args) in AceTraceBeginWithArgvCommercial() argument 47 bool AceTraceBeginWithArgs(const char* format, ...) in AceTraceBeginWithArgs() argument 56 void AceCountTraceWidthArgs(int32_t count, const char* format, ...) in AceCountTraceWidthArgs() argument 68 AceScopedTrace(const char* format, ...) AceScopedTrace() argument 83 AceScopedTraceCommercial(const char* format, ...) AceScopedTraceCommercial() argument 98 AceScopedTraceFlag(bool flag, const char* format, ...) AceScopedTraceFlag() argument 115 AceAsyncTraceBeginWithArgv(int32_t taskId, const char* format, va_list args) AceAsyncTraceBeginWithArgv() argument 125 AceAsyncTraceBeginWithArgs(int32_t taskId, char* format, ...) AceAsyncTraceBeginWithArgs() argument 136 AceAsyncScopedTrace(const char* format, ...) AceAsyncScopedTrace() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
| H A D | text_timer_model_impl.cpp | 43 void TextTimerModelImpl::SetFormat(const std::string& format) in SetFormat() argument
|
| /foundation/arkui/ace_engine/test/mock/base/ |
| H A D | mock_ace_trace.cpp | 47 void AceCountTraceWidthArgs(int32_t count, const char* format, ...) {} in AceCountTraceWidthArgs() argument 53 AceScopedTraceCommercial::AceScopedTraceCommercial(const char* format, ...) {} in AceScopedTraceCommercial() argument
|
| /foundation/arkui/ace_engine_lite/frameworks/common/log/ |
| H A D | ace_log.cpp | 40 void PrintInfo(const char *format, va_list args) in PrintInfo() argument
|
| /foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/test/unittest/common/ |
| H A D | date_time_module_tdd_test.cpp | 58 jerry_value_t format = jerryx_get_property_str(dateTime, "format"); in FormatDate() local [all...] |
| H A D | number_format_module_tdd_test.cpp | 61 jerry_value_t format = jerryx_get_property_str(numberFormat, "format"); in FormatNumber() local [all...] |
| /foundation/arkui/ace_engine/test/unittest/core/pattern/text_timer/ |
| H A D | text_timer_builder_test_ng.cpp | 47 std::optional<std::string> format = std::make_optional(TEXT_TIMER_FORMAT);; member
|
| /foundation/multimedia/av_codec/frameworks/native/capi/avmuxer/ |
| H A D | native_avmuxer.cpp | 38 struct OH_AVMuxer *OH_AVMuxer_Create(int32_t fd, OH_AVOutputFormat format) in OH_AVMuxer_Create() argument
|
| /foundation/multimedia/av_codec/frameworks/native/capi/avsource/ |
| H A D | native_avsource.cpp | 129 Format format; in OH_AVSource_GetSourceFormat() local 149 Format format; in OH_AVSource_GetTrackFormat() local
|
| /foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/test/unittest/ |
| H A D | remote_fast_audio_capturer_source_unittest.cpp | 179 auto format = HdiAdapterFormat::SAMPLE_S16;
in HWTEST_F() local 194 auto format = HdiAdapterFormat::SAMPLE_S24;
in HWTEST_F() local 209 auto format = HdiAdapterFormat::SAMPLE_S32;
in HWTEST_F() local 224 auto format = HdiAdapterFormat::INVALID_WIDTH;
in HWTEST_F() local 239 auto format = HdiAdapterFormat::SAMPLE_U8;
in HWTEST_F() local [all...] |
| /foundation/multimedia/av_codec/frameworks/native/avsource/ |
| H A D | avsource_impl.cpp | 152 int32_t AVSourceImpl::GetSourceFormat(OHOS::Media::Format &format) in GetSourceFormat() argument 168 int32_t AVSourceImpl::GetTrackFormat(OHOS::Media::Format &format, uint32_t trackIndex) in GetTrackFormat() argument
|
| /foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
| H A D | gpu_image_gles.h | 35 uint32_t format; // GL_RGB etc member
|
| /foundation/graphic/graphic_3d/lume/LumeRender/src/device/ |
| H A D | gpu_resource_manager.cpp | 78 constexpr RenderHandleInfoFlags GetAdditionalImageFlagsFromFormat(const Format format) in GetAdditionalImageFlagsFromFormat() argument 276 UpdateStagingScaling( const Format format, const array_view<const IImageContainer::SubImageDesc>& copies, ScalingImageDataStruct& siData) UpdateStagingScaling() argument [all...] |