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 | 1178 enum AVChromaLocation chroma_sample_location; 2979 int avcodec_enum_to_chroma_pos(int *xpos, int *ypos, enum AVChromaLocation pos); 2990 enum AVChromaLocation avcodec_chroma_pos_to_enum(int xpos, int ypos);
|
D | utils.c | 350 int avcodec_enum_to_chroma_pos(int *xpos, int *ypos, enum AVChromaLocation pos) in avcodec_enum_to_chroma_pos() 362 enum AVChromaLocation avcodec_chroma_pos_to_enum(int xpos, int ypos) in avcodec_chroma_pos_to_enum()
|
D | librav1e.c | 97 static inline RaChromaSamplePosition chroma_loc_map(enum AVChromaLocation chroma_loc) in chroma_loc_map()
|
/third_party/ffmpeg/libavutil/ |
D | pixdesc.h | 292 const char *av_chroma_location_name(enum AVChromaLocation location);
|
D | frame.h | 575 enum AVChromaLocation chroma_location;
|
D | pixfmt.h | 605 enum AVChromaLocation { enum
|
D | pixdesc.c | 2982 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 | yuv4mpegdec.c | 42 enum AVChromaLocation chroma_sample_location = AVCHROMA_LOC_UNSPECIFIED; in yuv4_read_header()
|
D | internal.h | 704 enum AVChromaLocation ff_choose_chroma_location(AVFormatContext *s, AVStream *st);
|
D | mux.c | 106 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 | 129 enum AVChromaLocation in_chromal, out_chromal; 331 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 | 2078 static void print_chroma_location(WriterContext *w, enum AVChromaLocation chroma_location) in print_chroma_location()
|
/third_party/ffmpeg/doc/ |
D | APIchanges | 1317 AVColorTransferCharacteristic, and AVChromaLocation) inside lavu.
|