Searched refs:AVChromaLocation (Results 1 – 19 of 19) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | codec_par.h | 150 enum AVChromaLocation chroma_location;
|
D | h264_ps.h | 80 enum AVChromaLocation chroma_location;
|
D | avcodec.h | 1168 enum AVChromaLocation chroma_sample_location; 2957 int avcodec_enum_to_chroma_pos(int *xpos, int *ypos, enum AVChromaLocation pos); 2968 enum AVChromaLocation avcodec_chroma_pos_to_enum(int xpos, int ypos);
|
D | librav1e.c | 94 static inline RaChromaSamplePosition chroma_loc_map(enum AVChromaLocation chroma_loc) in chroma_loc_map()
|
D | utils.c | 353 int avcodec_enum_to_chroma_pos(int *xpos, int *ypos, enum AVChromaLocation pos) in avcodec_enum_to_chroma_pos() 365 enum AVChromaLocation avcodec_chroma_pos_to_enum(int xpos, int ypos) in avcodec_chroma_pos_to_enum()
|
/third_party/ffmpeg/libavutil/ |
D | pixdesc.h | 290 const char *av_chroma_location_name(enum AVChromaLocation location);
|
D | frame.h | 557 enum AVChromaLocation chroma_location;
|
D | pixfmt.h | 554 enum AVChromaLocation { enum
|
D | pixdesc.c | 2966 const char *av_chroma_location_name(enum AVChromaLocation location) in av_chroma_location_name()
|
/third_party/ffmpeg/libavformat/ |
D | vpcc.c | 36 enum AVChromaLocation chroma_location) in get_vpx_chroma_subsampling()
|
D | internal.h | 544 enum AVChromaLocation ff_choose_chroma_location(AVFormatContext *s, AVStream *st);
|
D | yuv4mpegdec.c | 42 enum AVChromaLocation chroma_sample_location = AVCHROMA_LOC_UNSPECIFIED; in yuv4_read_header()
|
D | mux.c | 105 enum AVChromaLocation ff_choose_chroma_location(AVFormatContext *s, AVStream *st) in ff_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 | 55 enum AVChromaLocation chroma_location;
|
D | vf_zscale.c | 127 enum AVChromaLocation in_chromal, out_chromal; 329 static int convert_chroma_location(enum AVChromaLocation chroma_location) in convert_chroma_location()
|
D | vf_tonemap_opencl.c | 59 enum AVChromaLocation chroma_loc;
|
/third_party/ffmpeg/fftools/ |
D | ffprobe.c | 1988 static void print_chroma_location(WriterContext *w, enum AVChromaLocation chroma_location) in print_chroma_location()
|
/third_party/ffmpeg/doc/ |
D | APIchanges | 1189 AVColorTransferCharacteristic, and AVChromaLocation) inside lavu.
|