/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_lowering_nvc0.cpp | 1995 // Sets 64-bit "generic address", predicate and format sources for SULD/SUST. 2151 // Convert from u32 to u8 address format, which is what the library code in processSurfaceCoordsNVE4() 2171 // set 64 bit address and 32-bit format sources in processSurfaceCoordsNVE4() 2183 if (su->op != OP_SUSTP && su->tex.format) { in processSurfaceCoordsNVE4() 2184 const TexInstruction::ImgFormatDesc *format = su->tex.format; in processSurfaceCoordsNVE4() local 2185 int blockwidth = format->bits[0] + format->bits[1] + in processSurfaceCoordsNVE4() 2186 format->bits[2] + format in processSurfaceCoordsNVE4() 2240 const TexInstruction::ImgFormatDesc *format = su->tex.format; convertSurfaceFormat() local 2532 const TexInstruction::ImgFormatDesc *format = su->tex.format; processSurfaceCoordsNVC0() local 2666 const TexInstruction::ImgFormatDesc *format = su->tex.format; processSurfaceCoordsGM107() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderBuiltinPrecisionTests.cpp | 1115 : format (format_) in EvalContext() 1120 FloatFormat format; member 1381 EvalContext newCtx (ctx.format, ctx.floatPrecision, in evaluate() 1622 // TODO: This should probably roundOut to T, not ctx.format, but the templates don't work like that. 1623 IVal doEvaluate (const EvalContext &ctx) const { return ctx.format.roundOut(makeIVal(m_value), true); } in doEvaluate() 2088 EvalContext funCtx(ctx.format, ctx.floatPrecision, funEnv, ctx.callDepth); in doApply() 2293 return ctx.format.convert(ret); in applyMonotone() 2366 return ctx.format.convert(reti); in applyMonotone() 2441 return ctx.format.roundOut(exact, !deIsInf(x) && !deIsInf(y)); in applyPoint() 2468 return ctx.format in applyPoint() 5732 randomDouble(const FloatFormat& format, Random& rnd, const Interval& inputRange) randomDouble() argument [all...] |
/drivers/peripheral/audio/test/unittest/common/render/ |
H A D | audio_render_offload_test.cpp | 60 attrs.format = AUDIO_FORMAT_TYPE_PCM_32_BIT;
in InitRenderAttrs() 67 attrs.startThreshold = DEEP_BUFFER_RENDER_PERIOD_SIZE / (attrs.format * attrs.channelCount);
in InitRenderAttrs() 74 attrs.offloadInfo.format = AUDIO_FORMAT_TYPE_PCM_32_BIT;
in InitRenderAttrs()
|
/drivers/peripheral/camera/vdi_base/common/include/ |
H A D | image_buffer.h | 31 const uint32_t format); 69 void SetFormat(const int32_t format) override; 70 void SetCurFormat(const int32_t format) override;
|
/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/ |
H A D | dbuffer_manager.cpp | 90 buffer->SetFormat(PixelFormatToDCameraFormat(static_cast<PixelFormat>(bufHandle->format))); in SurfaceBufferToDImageBuffer() 122 uint32_t DBufferManager::PixelFormatToDCameraFormat(const PixelFormat format) in PixelFormatToDCameraFormat() argument 125 switch (format) { in PixelFormatToDCameraFormat()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/ |
H A D | cjson_parser.h | 71 char *FillPlaceholder(const char *format, jerry_value_t arg, jerry_length_t num, bool isPlural = false); 98 * @brief get localization format result 146 uint8_t FormatString(const char *format, jerry_value_t arg, ListNode *&node, bool isPlural, jerry_value_t num); 155 uint8_t FormatString(const char *format, jerry_value_t arg, ListNode *&node, jerry_value_t num);
|
/foundation/graphic/graphic_2d/rosen/modules/effect/effectChain/src/ |
H A D | output.cpp | 52 LOGE("The format of Output is incorrect!!!");
in DoProcess() 61 option.format = format_;
in EncodeToFile() 112 if (key == "format" && size > 0) {
in SetValue() 113 std::shared_ptr<std::string> format = std::static_pointer_cast<std::string>(value);
in SetValue() local 114 format_ = *(format.get());
in SetValue() 120 LOGD("The output format is %{public}s.", format_.c_str());
in SetValue()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/ |
H A D | rs_uni_render_fix_rotation_demo.cpp | 53 .format = GRAPHIC_PIXEL_FMT_RGBA_8888, in GetSurfaceBuffer() 67 Drawing::BitmapFormat format { Drawing::COLORTYPE_RGBA_8888, Drawing::ALPHATYPE_OPAQUE }; in DoDraw() 68 bitmap.Build(width, height, format); in DoDraw()
|
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/ |
H A D | layer_context.cpp | 64 .format = GRAPHIC_PIXEL_FMT_RGBA_8888, in DrawBuffer() 143 BitmapFormat format { COLORTYPE_RGBA_8888, ALPHATYPE_OPAQUE }; in DrawBaseLayer() 144 bitmap.Build(width, height, format); in DrawBaseLayer()
|
/foundation/graphic/graphic_2d/rosen/samples/text/renderservice/ |
H A D | main.cpp | 68 BitmapFormat format {COLORTYPE_RGBA_8888, ALPHATYPE_OPAQUE};
in DoDraw() 69 bitmapCache.Build(width, height, format);
in DoDraw() 123 .format = GRAPHIC_PIXEL_FMT_RGBA_8888,
in DrawSurface()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/ |
H A D | image_source_util.cpp | 46 option.format = "image/jpeg"; in PackImage() 56 IMAGE_LOGE("image packer get supported format failed, ret=%{public}u.", ret); in PackImage() 70 option.format = "image/jpeg"; in PackImage() 80 IMAGE_LOGE("image packer get supported format failed, ret=%{public}u.", ret); in PackImage() 101 option.format = "image/gif"; in PackImage() 111 IMAGE_LOGE("image packer get supported format failed, ret=%{public}u.", ret); in PackImage()
|
/foundation/multimedia/image_framework/frameworks/kits/js/common/ndk/ |
H A D | image_receiver_mdk.cpp | 50 args.inNum2 = info.format; in OH_Image_Receiver_CreateImageReceiver() 126 int32_t OH_Image_Receiver_GetFormat(const ImageReceiverNative* native, int32_t* format) in OH_Image_Receiver_GetFormat() argument 132 args.outNum0 = format; in OH_Image_Receiver_GetFormat()
|
/foundation/multimedia/image_framework/interfaces/innerkits/include/ |
H A D | pixel_yuv.h | 78 static uint32_t GetImageSize(int32_t width, int32_t height, PixelFormat format); 80 PixelFormat &format, uint64_t rowStride); 85 int32_t ColorSpaceBGRAToYuv(uint8_t *bgraData, SkTransYuvInfo &dst, ImageInfo &imageInfo, PixelFormat &format,
|
/foundation/multimedia/av_codec/test/moduletest/audio_encoder/Avbuffer/include/ |
H A D | avcodec_audio_avbuffer_encoder_demo.h | 122 * @param format; default: OH_AVFormat_Create(); code: AV_ERR_INVALID_VAL; 137 OH_AVErrCode Configure(OH_AVCodec* codec, OH_AVFormat* format, int32_t channel, int32_t sampleRate, 232 OH_AVErrCode SetParameter(OH_AVCodec* codec, OH_AVFormat* format, int32_t channel, int32_t sampleRate, 237 int32_t Configure(OH_AVFormat *format);
|
/foundation/multimedia/av_codec/test/moduletest/audio_decoder/Avbuffer/include/ |
H A D | avcodec_audio_avbuffer_decoder_demo.h | 133 * @param format; default: OH_AVFormat_Create(); code: AV_ERR_INVALID_VAL; 168 OH_AVErrCode Configure(OH_AVCodec* codec, OH_AVFormat* format, int32_t channel, int32_t sampleRate); 261 OH_AVErrCode SetParameter(OH_AVCodec* codec, OH_AVFormat* format, int32_t channel, int32_t sampleRate); 265 int32_t Configure(OH_AVFormat *format);
|
/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/include/ |
H A D | videodec_inner_sample.h | 33 #include "meta/format.h" 62 void OnOutputFormatChanged(const Format& format) override; 87 int32_t GetOutputFormat(Format &format); 89 int32_t SetParameter(const Format &format);
|
/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/include/ |
H A D | videodec_inner_sample.h | 32 #include "meta/format.h" 63 void OnOutputFormatChanged(const Format& format) override; 89 int32_t GetOutputFormat(Format &format); 91 int32_t SetParameter(const Format &format);
|
/foundation/multimedia/player_framework/frameworks/native/transcoder/ |
H A D | transcoder_impl.cpp | 106 int32_t TransCoderImpl::SetOutputFormat(OutputFormatType format)
in SetOutputFormat() argument 108 MEDIA_LOGI("TransCoderImpl:0x%{public}06" PRIXPTR " SetOutputFormat in, format is %{public}d",
in SetOutputFormat() 109 FAKE_POINTER(this), format);
in SetOutputFormat() 112 return transCoderService_->SetOutputFormat(format);
in SetOutputFormat()
|
/foundation/distributedhardware/distributed_camera/common/src/utils/ |
H A D | dcamera_hisysevent_adapter.cpp | 143 std::string CreateMsg(const char *format, ...) in CreateMsg() argument 146 va_start(args, format); in CreateMsg() 148 if (vsnprintf_s(msg, sizeof(msg), sizeof(msg) - 1, format, args) < 0) { in CreateMsg()
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_aderivative.c | 84 switch (inlink->format) { in config_input() 94 switch (inlink->format) { in config_input() 113 s->prev->format); in filter_frame()
|
H A D | af_amultiply.c | 69 if (av_sample_fmt_is_planar(ctx->inputs[0]->format)) in activate() 80 if (av_get_packed_sample_fmt(ctx->inputs[0]->format) == AV_SAMPLE_FMT_FLT) { in activate() 132 s->planes = av_sample_fmt_is_planar(inlink->format) ? inlink->ch_layout.nb_channels : 1; in config_output()
|
H A D | vf_hflip.c | 68 const AVPixFmtDescriptor *pix_desc = av_pix_fmt_desc_get(inlink->format); in config_props() 80 nb_planes = av_pix_fmt_count_planes(inlink->format); in config_props() 134 if (av_pix_fmt_desc_get(inlink->format)->flags & AV_PIX_FMT_FLAG_PAL) in filter_frame()
|
H A D | vf_repeatfields.c | 54 const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(inlink->format); in config_input() 57 if ((ret = av_image_fill_linesizes(s->linesize, inlink->format, inlink->w)) < 0) in config_input() 63 s->nb_planes = av_pix_fmt_count_planes(inlink->format); in config_input()
|
/third_party/ffmpeg/libavformat/ |
H A D | fitsenc.c | 85 switch (encctx->format) { in write_image_header() 104 if (encctx->format == AV_PIX_FMT_GBRP) { in write_image_header() 117 if (encctx->format == AV_PIX_FMT_GBRP16BE) { in write_image_header()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | SelectFormat.java | 24 * object provided to the format method is a string that's matched 34 * <p>The main use case for the select format is gender based inflection. 103 * the form of the participle, uses a select format based on argument 1: 131 * the <code>format</code> method matches no other keyword. 143 * System.out.println(msgFmt.format(args)); 186 * Sets the pattern used by this select format. 189 * @param pattern the pattern for this select format. 190 * @throws IllegalArgumentException when the pattern is not a valid select format pattern. 254 public final String format(String keyword) { in format() method in SelectFormat 261 throw new IllegalStateException("Invalid format erro in format() 317 public StringBuffer format(Object keyword, StringBuffer toAppendTo, format() method in SelectFormat [all...] |