Home
last modified time | relevance | path

Searched refs:AVChromaLocation (Results 1 – 19 of 19) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dcodec_par.h150 enum AVChromaLocation chroma_location;
Dh264_ps.h80 enum AVChromaLocation chroma_location;
Davcodec.h1168 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);
Dlibrav1e.c94 static inline RaChromaSamplePosition chroma_loc_map(enum AVChromaLocation chroma_loc) in chroma_loc_map()
Dutils.c353 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/
Dpixdesc.h290 const char *av_chroma_location_name(enum AVChromaLocation location);
Dframe.h557 enum AVChromaLocation chroma_location;
Dpixfmt.h554 enum AVChromaLocation { enum
Dpixdesc.c2966 const char *av_chroma_location_name(enum AVChromaLocation location) in av_chroma_location_name()
/third_party/ffmpeg/libavformat/
Dvpcc.c36 enum AVChromaLocation chroma_location) in get_vpx_chroma_subsampling()
Dinternal.h544 enum AVChromaLocation ff_choose_chroma_location(AVFormatContext *s, AVStream *st);
Dyuv4mpegdec.c42 enum AVChromaLocation chroma_sample_location = AVCHROMA_LOC_UNSPECIFIED; in yuv4_read_header()
Dmux.c105 enum AVChromaLocation ff_choose_chroma_location(AVFormatContext *s, AVStream *st) in ff_choose_chroma_location()
/third_party/ffmpeg/libavfilter/
Dvaapi_vpp.c248 enum AVChromaLocation chroma_sample_location;
338 enum AVChromaLocation av; in vaapi_vpp_fill_chroma_sample_location()
Dvf_scale_vaapi.c55 enum AVChromaLocation chroma_location;
Dvf_zscale.c127 enum AVChromaLocation in_chromal, out_chromal;
329 static int convert_chroma_location(enum AVChromaLocation chroma_location) in convert_chroma_location()
Dvf_tonemap_opencl.c59 enum AVChromaLocation chroma_loc;
/third_party/ffmpeg/fftools/
Dffprobe.c1988 static void print_chroma_location(WriterContext *w, enum AVChromaLocation chroma_location) in print_chroma_location()
/third_party/ffmpeg/doc/
DAPIchanges1189 AVColorTransferCharacteristic, and AVChromaLocation) inside lavu.