Home
last modified time | relevance | path

Searched refs:is_yuv (Results 1 - 13 of 13) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dtiffenc.c261 int is_yuv = 0, alpha = 0; in encode_frame() local
310 is_yuv = 1; in encode_frame()
370 if (is_yuv) { in encode_frame()
394 if (is_yuv) { in encode_frame()
430 if (is_yuv) { in encode_frame()
499 if (is_yuv) { in encode_frame()
H A Dtiff.c506 int strip_start, int is_yuv) in tiff_unpack_zlib()
537 if (is_yuv) { in tiff_unpack_zlib()
573 int strip_start, int is_yuv) in tiff_unpack_lzma()
602 if (is_yuv) { in tiff_unpack_lzma()
733 int is_yuv = !(desc->flags & AV_PIX_FMT_FLAG_RGB) && in tiff_unpack_strip() local
744 if (is_yuv) { in tiff_unpack_strip()
763 av_assert0(!(s->is_bayer && is_yuv)); in tiff_unpack_strip()
777 strip_start, is_yuv); in tiff_unpack_strip()
788 strip_start, is_yuv); in tiff_unpack_strip()
817 if (is_yuv) { in tiff_unpack_strip()
504 tiff_unpack_zlib(TiffContext *s, AVFrame *p, uint8_t *dst, int stride, const uint8_t *src, int size, int width, int lines, int strip_start, int is_yuv) tiff_unpack_zlib() argument
571 tiff_unpack_lzma(TiffContext *s, AVFrame *p, uint8_t *dst, int stride, const uint8_t *src, int size, int width, int lines, int strip_start, int is_yuv) tiff_unpack_lzma() argument
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_lut.c70 int is_rgb, is_yuv; member
152 s->is_yuv ? yuv_pix_fmts : in query_formats()
283 s->is_yuv = s->is_rgb = 0; in config_props()
285 if (ff_fmt_is_in(inlink->format, yuv_pix_fmts)) s->is_yuv = 1; in config_props()
623 s->is_yuv = 1; in lutyuv_init()
H A Dvf_chromakey.c38 int is_yuv; member
287 if (ctx->is_yuv) { in config_output()
353 { "yuv", "color parameter is in yuv instead of rgb", OFFSET(is_yuv), AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1, FLAGS },
386 { "yuv", "color parameter is in yuv instead of rgb", OFFSET(is_yuv), AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1, FLAGS },
H A Dvf_vectorscope.c61 int is_yuv; member
296 uint16_t *dpd = s->mode == COLOR || !s->is_yuv ? (uint16_t *)out->data[s->pd] : (uint16_t *)out->data[0]; in envelope_instant16()
317 uint16_t *dpd = s->mode == COLOR || !s->is_yuv ? (uint16_t *)out->data[s->pd] : (uint16_t *)out->data[0]; in envelope_peak16()
348 uint8_t *dpd = s->mode == COLOR || !s->is_yuv ? out->data[s->pd] : out->data[0]; in envelope_instant()
368 uint8_t *dpd = s->mode == COLOR || !s->is_yuv ? out->data[s->pd] : out->data[0]; in envelope_peak()
474 if (s->is_yuv) { in vectorscope16()
573 if (s->mode == TINT && s->is_yuv && in vectorscope16()
584 } else if (s->mode == TINT && !s->is_yuv) { in vectorscope16()
670 if (s->is_yuv) { in vectorscope8()
769 if (s->mode == TINT && s->is_yuv in vectorscope8()
[all...]
H A Dvf_scdet.c80 int is_yuv = !(desc->flags & AV_PIX_FMT_FLAG_RGB) && in config_input() local
85 s->nb_planes = is_yuv ? 1 : av_pix_fmt_count_planes(inlink->format); in config_input()
H A Dvf_chromakey_cuda.c64 int is_yuv; member
273 if (s->is_yuv) { in cudachromakey_config_props()
455 {"yuv", "color parameter is in yuv instead of rgb", OFFSET(is_yuv), AV_OPT_TYPE_BOOL, {.i64 = 0}, 0, 1, FLAGS},
H A Dvf_deshake_opencl.c227 int is_yuv; member
1091 if (!ctx->is_yuv) in deshake_opencl_uninit()
1248 ctx->is_yuv = 0; in deshake_opencl_init()
1250 ctx->is_yuv = 1; in deshake_opencl_init()
1281 if (!ctx->is_yuv) { in deshake_opencl_init()
1546 if (deshake_ctx->debug_on && !deshake_ctx->is_yuv && debug_matches.num_matches > 0) { in filter_frame()
1772 if (deshake_ctx->is_yuv) { in queue_frame()
1927 if (!deshake_ctx->is_yuv) { in queue_frame()
H A Df_select.c212 int is_yuv = !(desc->flags & AV_PIX_FMT_FLAG_RGB) && in config_input() local
217 select->nb_planes = is_yuv ? 1 : av_pix_fmt_count_planes(inlink->format); in config_input()
/third_party/ffmpeg/libavformat/
H A Dvapoursynth.c113 int is_rgb, is_yuv, i; in match_pixfmt() local
131 is_yuv = vsf->colorFamily == cmYUV || in match_pixfmt()
134 if (!is_rgb && !is_yuv) in match_pixfmt()
149 order = is_yuv ? yuv_order : rgb_order; in match_pixfmt()
/third_party/mesa3d/src/gallium/frontends/xa/
H A Dxa_tgsi.c150 boolean is_yuv = (vs_traits & VS_YUV) != 0; in create_vs() local
168 if (is_yuv) { in create_vs()
347 unsigned is_yuv = (fs_traits & FS_YUV) != 0; in create_fs() local
373 if (is_yuv) in create_fs()
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_android.c955 const bool is_yuv = vn_android_drm_format_is_yuv(buf_props.drm_fourcc); in vn_android_get_ahb_format_properties() local
957 is_yuv ? VK_SAMPLER_YCBCR_MODEL_CONVERSION_YCBCR_601 in vn_android_get_ahb_format_properties()
966 if (desc.format == AHARDWAREBUFFER_FORMAT_IMPLEMENTATION_DEFINED || is_yuv) in vn_android_get_ahb_format_properties()
/third_party/mesa3d/src/egl/drivers/dri2/
H A Dplatform_android.c102 is_yuv(int native) in is_yuv() function
299 if (is_yuv(buf->format)) {

Completed in 25 milliseconds