Searched refs:AVChromaLocation (Results 1 – 24 of 24) sorted by relevance
/third_party/ffmpeg/libavutil/ |
D | hwcontext_videotoolbox.h | 67 CFStringRef av_map_videotoolbox_chroma_loc_from_av(enum AVChromaLocation loc);
|
D | pixdesc.h | 260 const char *av_chroma_location_name(enum AVChromaLocation location);
|
D | frame.h | 591 enum AVChromaLocation chroma_location;
|
D | pixfmt.h | 618 enum AVChromaLocation { enum
|
D | hwcontext_videotoolbox.c | 375 CFStringRef av_map_videotoolbox_chroma_loc_from_av(enum AVChromaLocation loc) in av_map_videotoolbox_chroma_loc_from_av()
|
D | pixdesc.c | 3071 const char *av_chroma_location_name(enum AVChromaLocation location) in av_chroma_location_name()
|
/third_party/ffmpeg/libavcodec/ |
D | codec_par.h | 151 enum AVChromaLocation chroma_location;
|
D | avcodec.h | 980 enum AVChromaLocation chroma_sample_location; 2505 int avcodec_enum_to_chroma_pos(int *xpos, int *ypos, enum AVChromaLocation pos); 2516 enum AVChromaLocation avcodec_chroma_pos_to_enum(int xpos, int ypos);
|
D | h264_ps.h | 80 enum AVChromaLocation chroma_location;
|
D | videotoolbox_vp9.c | 45 enum AVChromaLocation chroma_location) in get_vpx_chroma_subsampling()
|
D | utils.c | 362 int avcodec_enum_to_chroma_pos(int *xpos, int *ypos, enum AVChromaLocation pos) in avcodec_enum_to_chroma_pos() 374 enum AVChromaLocation avcodec_chroma_pos_to_enum(int xpos, int ypos) in avcodec_chroma_pos_to_enum()
|
D | librav1e.c | 99 static inline RaChromaSamplePosition chroma_loc_map(enum AVChromaLocation chroma_loc) in chroma_loc_map()
|
/third_party/ffmpeg/libavformat/ |
D | yuv4mpegdec.c | 43 enum AVChromaLocation chroma_sample_location = AVCHROMA_LOC_UNSPECIFIED; in yuv4_read_header() 88 enum AVChromaLocation chroma_loc; in yuv4_read_header()
|
D | vpcc.c | 37 enum AVChromaLocation chroma_location) in get_vpx_chroma_subsampling()
|
D | mxfenc.c | 2499 static enum AVChromaLocation choose_chroma_location(AVFormatContext *s, AVStream *st) in choose_chroma_location()
|
/third_party/ffmpeg/libavfilter/ |
D | vaapi_vpp.c | 248 enum AVChromaLocation chroma_sample_location; 338 enum AVChromaLocation av; in vaapi_vpp_fill_chroma_sample_location()
|
D | vf_scale_vaapi.c | 53 enum AVChromaLocation chroma_location;
|
D | vf_tonemap_opencl.c | 58 enum AVChromaLocation chroma_loc;
|
D | vf_zscale.c | 140 enum AVChromaLocation in_chromal, out_chromal; 371 static int convert_chroma_location(enum AVChromaLocation chroma_location) in convert_chroma_location()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/ |
D | extFFmpegDemuxer.h | 165 enum AVChromaLocation chroma_location;
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/ |
D | extFFmpegDemuxer.h | 166 enum AVChromaLocation chroma_location;
|
/third_party/ffmpeg/libavdevice/ |
D | dshow.c | 222 static enum AVChromaLocation dshow_chroma_loc(DXVA2_ExtendedFormat *fmt_info) in dshow_chroma_loc() 682 enum AVChromaLocation chroma_loc;
|
/third_party/ffmpeg/fftools/ |
D | ffprobe.c | 2412 static void print_chroma_location(WriterContext *w, enum AVChromaLocation chroma_location) in print_chroma_location()
|
/third_party/ffmpeg/doc/ |
D | APIchanges | 1596 AVColorTransferCharacteristic, and AVChromaLocation) inside lavu.
|