Home
last modified time | relevance | path

Searched refs:ifmt (Results 1 – 15 of 15) sorted by relevance

/third_party/ffmpeg/libswscale/aarch64/
Dswscale_unscaled.c30 #define DECLARE_FF_YUVX_TO_RGBX_FUNCS(ifmt, ofmt) \ argument
31 int ff_##ifmt##_to_##ofmt##_neon(int w, int h, \
40 static int ifmt##_to_##ofmt##_neon_wrapper(SwsContext *c, const uint8_t *src[], \
45 return ff_##ifmt##_to_##ofmt##_neon(c->srcW, srcSliceH, \
64 #define DECLARE_FF_NVX_TO_RGBX_FUNCS(ifmt, ofmt) \ in DECLARE_FF_YUVX_TO_ALL_RGBX_FUNCS() argument
65 int ff_##ifmt##_to_##ofmt##_neon(int w, int h, \ in DECLARE_FF_YUVX_TO_ALL_RGBX_FUNCS()
73 static int ifmt##_to_##ofmt##_neon_wrapper(SwsContext *c, const uint8_t *src[], \
78 return ff_##ifmt##_to_##ofmt##_neon(c->srcW, srcSliceH, \
99 #define SET_FF_NVX_TO_RGBX_FUNC(ifmt, IFMT, ofmt, OFMT, accurate_rnd) do { \ argument
105 c->swscale = ifmt##_to_##ofmt##_neon_wrapper; \
Dyuv2rgb_neon.S142 .macro declare_func ifmt ofmt
143 function ff_\ifmt\()_to_\ofmt\()_neon, export=1
144 load_args_\ifmt
150 load_chroma_\ifmt
194 increment_\ifmt
202 .macro declare_rgb_funcs ifmt argument
203 declare_func \ifmt, argb
204 declare_func \ifmt, rgba
205 declare_func \ifmt, abgr
206 declare_func \ifmt, bgra
/third_party/ffmpeg/libswscale/arm/
Dswscale_unscaled.c71 #define DECLARE_FF_YUVX_TO_RGBX_FUNCS(ifmt, ofmt) \ argument
72 int ff_##ifmt##_to_##ofmt##_neon(int w, int h, \
81 static int ifmt##_to_##ofmt##_neon_wrapper(SwsContext *c, const uint8_t *src[], \
86 ff_##ifmt##_to_##ofmt##_neon(c->srcW, srcSliceH, \
107 #define DECLARE_FF_NVX_TO_RGBX_FUNCS(ifmt, ofmt) \ in DECLARE_FF_YUVX_TO_ALL_RGBX_FUNCS() argument
108 int ff_##ifmt##_to_##ofmt##_neon(int w, int h, \ in DECLARE_FF_YUVX_TO_ALL_RGBX_FUNCS()
116 static int ifmt##_to_##ofmt##_neon_wrapper(SwsContext *c, const uint8_t *src[], \
121 ff_##ifmt##_to_##ofmt##_neon(c->srcW, srcSliceH, \
144 #define SET_FF_NVX_TO_RGBX_FUNC(ifmt, IFMT, ofmt, OFMT, accurate_rnd) do { \ argument
150 c->swscale = ifmt##_to_##ofmt##_neon_wrapper; \
Dyuv2rgb_neon.S243 .macro declare_func ifmt ofmt
244 function ff_\ifmt\()_to_\ofmt\()_neon, export=1
245 load_args_\ifmt
256 load_chroma_\ifmt
257 process_\ifmt \ofmt
262 increment_and_test_\ifmt
270 .macro declare_rgb_funcs ifmt argument
271 declare_func \ifmt, argb
272 declare_func \ifmt, rgba
273 declare_func \ifmt, abgr
[all …]
/third_party/ffmpeg/libavformat/
Doptions.c60 const AVInputFormat *ifmt = NULL; in format_child_class_next() local
67 while ((ifmt = av_demuxer_iterate(&ifmt_iter))) in format_child_class_next()
68 if (ifmt->priv_class == prev) in format_child_class_next()
71 if (!ifmt) { in format_child_class_next()
79 while ((ifmt = av_demuxer_iterate(&ifmt_iter))) in format_child_class_next()
80 if (ifmt->priv_class) in format_child_class_next()
81 return ifmt->priv_class; in format_child_class_next()
130 const AVInputFormat *ifmt; in format_child_class_iterate() local
132 while ((ifmt = av_demuxer_iterate(&val))) { in format_child_class_iterate()
133 ret = ifmt->priv_class; in format_child_class_iterate()
Dimg2dec.c456 const AVInputFormat *ifmt; in ff_img_read_packet() local
470 ifmt = av_probe_input_format3(&pd, 1, &score); in ff_img_read_packet()
471 if (ifmt && ifmt->read_packet == ff_img_read_packet && ifmt->raw_codec_id) in ff_img_read_packet()
472 par->codec_id = ifmt->raw_codec_id; in ff_img_read_packet()
/third_party/ffmpeg/libavresample/
Daudio_convert.c143 #define CONV_FUNC_FLAT(ofmt, otype, ifmt, itype, expr) \ argument
144 static void CONV_FUNC_NAME(ofmt, ifmt)(uint8_t *out, const uint8_t *in, \
155 #define CONV_FUNC_INTERLEAVE(ofmt, otype, ifmt, itype, expr) \ argument
156 static void CONV_FUNC_NAME(ofmt, ifmt)(uint8_t *out, const uint8_t **in, \
171 #define CONV_FUNC_DEINTERLEAVE(ofmt, otype, ifmt, itype, expr) \ argument
172 static void CONV_FUNC_NAME(ofmt, ifmt)(uint8_t **out, const uint8_t *in, \
187 #define CONV_FUNC_GROUP(ofmt, otype, ifmt, itype, expr) \ argument
188 CONV_FUNC_FLAT( ofmt, otype, ifmt, itype, expr) \
189 CONV_FUNC_INTERLEAVE( ofmt, otype, ifmt ## P, itype, expr) \
190 CONV_FUNC_DEINTERLEAVE(ofmt ## P, otype, ifmt, itype, expr)
[all …]
/third_party/node/deps/npm/node_modules/path-scurry/dist/mjs/
Dindex.js595 const ifmt = this.#type & IFMT;
596 return !((ifmt !== UNKNOWN && ifmt !== IFLNK) ||
792 const ifmt = child.#type & IFMT;
793 if (ifmt !== IFDIR && ifmt !== IFLNK && ifmt !== UNKNOWN) {
891 const ifmt = entToType(st);
893 this.#type = (this.#type & IFMT_UNKNOWN) | ifmt | LSTAT_CALLED;
894 if (ifmt !== UNKNOWN && ifmt !== IFDIR && ifmt !== IFLNK) {
1042 const ifmt = IFMT & this.#type;
1045 if (!(ifmt === UNKNOWN || ifmt === IFDIR || ifmt === IFLNK)) {
/third_party/node/deps/npm/node_modules/path-scurry/dist/cjs/
Dindex.js623 const ifmt = this.#type & IFMT;
624 return !((ifmt !== UNKNOWN && ifmt !== IFLNK) ||
820 const ifmt = child.#type & IFMT;
821 if (ifmt !== IFDIR && ifmt !== IFLNK && ifmt !== UNKNOWN) {
919 const ifmt = entToType(st);
921 this.#type = (this.#type & IFMT_UNKNOWN) | ifmt | LSTAT_CALLED;
922 if (ifmt !== UNKNOWN && ifmt !== IFDIR && ifmt !== IFLNK) {
1070 const ifmt = IFMT & this.#type;
1073 if (!(ifmt === UNKNOWN || ifmt === IFDIR || ifmt === IFLNK)) {
/third_party/openGLES/extensions/NV/
DNV_internalformat_sample_query.txt213 GLenum ifmt = GL_RGBA8;
215 glGetInternalformativ(target, ifmt, NUM_SAMPLE_COUNTS, 1,
220 glGetInternalformativ(target, ifmt, SAMPLES, num_sample_counts, samples);
228 glGetInternalformatSampleivNV(target, ifmt, samples[i],
231 glGetInternalformatSampleivNV(target, ifmt, samples[i],
234 glGetInternalformatSampleivNV(target, ifmt, samples[i],
237 glGetInternalformatSampleivNV(target, ifmt, samples[i],
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_internalformat_sample_query.txt213 GLenum ifmt = GL_RGBA8;
215 glGetInternalformativ(target, ifmt, NUM_SAMPLE_COUNTS, 1,
220 glGetInternalformativ(target, ifmt, SAMPLES, num_sample_counts, samples);
228 glGetInternalformatSampleivNV(target, ifmt, samples[i],
231 glGetInternalformatSampleivNV(target, ifmt, samples[i],
234 glGetInternalformatSampleivNV(target, ifmt, samples[i],
237 glGetInternalformatSampleivNV(target, ifmt, samples[i],
/third_party/ffmpeg/libswresample/
Daudioconvert.c38 #define CONV_FUNC(ofmt, otype, ifmt, expr)\ argument
39 static void CONV_FUNC_NAME(ofmt, ifmt)(uint8_t *po, const uint8_t *pi, int is, int os, uint8_t *end…
/third_party/ffmpeg/fftools/
Dcmdutils.c1295 const AVInputFormat *ifmt = NULL; in show_formats_devices() local
1328 while ((ifmt = av_demuxer_iterate(&ifmt_opaque))) { in show_formats_devices()
1329 is_dev = is_device(ifmt->priv_class); in show_formats_devices()
1332 if ((!name || strcmp(ifmt->name, name) < 0) && in show_formats_devices()
1333 strcmp(ifmt->name, last_name) > 0) { in show_formats_devices()
1334 name = ifmt->name; in show_formats_devices()
1335 long_name = ifmt->long_name; in show_formats_devices()
1338 if (name && strcmp(ifmt->name, name) == 0) in show_formats_devices()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_blitter.c258 enum a6xx_2d_ifmt ifmt = fd6_ifmt(fmt); in emit_blit_setup() local
261 assert(ifmt == R2D_UNORM8); in emit_blit_setup()
262 ifmt = R2D_UNORM8_SRGB; in emit_blit_setup()
267 A6XX_RB_2D_BLIT_CNTL_IFMT(ifmt) | in emit_blit_setup()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_clear_blit.c116 enum a6xx_2d_ifmt ifmt = format_to_ifmt(format); in r2d_clear_value() local
123 if (ifmt == R2D_UNORM8) { in r2d_clear_value()
132 } else if (ifmt == R2D_FLOAT16) { in r2d_clear_value()
135 assert(ifmt == R2D_FLOAT32 || ifmt == R2D_INT32 || in r2d_clear_value()
136 ifmt == R2D_INT16 || ifmt == R2D_INT8); in r2d_clear_value()
337 enum a6xx_2d_ifmt ifmt = format_to_ifmt(dst_format); in r2d_setup_common() local
366 .ifmt = util_format_is_srgb(dst_format) ? R2D_UNORM8_SRGB : ifmt, in r2d_setup_common()