Home
last modified time | relevance | path

Searched refs:get_pixel_format (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavfilter/dnn/
Ddnn_io_proc.c168 static enum AVPixelFormat get_pixel_format(DNNData *data) in get_pixel_format() function
182 enum AVPixelFormat fmt = get_pixel_format(input); in proc_from_frame_to_dnn_analytics()
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_format.c161 get_pixel_format(enum pipe_format f) in get_pixel_format() function
184 const struct lima_format *lf = get_pixel_format(f); in lima_format_pixel_supported()
/third_party/ffmpeg/libavcodec/
Dav1dec.c335 static int get_pixel_format(AVCodecContext *avctx) in get_pixel_format() function
933 ret = get_pixel_format(avctx); in av1_decode_frame()
Dh264_slice.c766 static enum AVPixelFormat get_pixel_format(H264Context *h, int force_callback) in get_pixel_format() function
1058 || (non_j_pixfmt(h->avctx->pix_fmt) != non_j_pixfmt(get_pixel_format(h, 0)))) in h264_init_ps()
1121 if ((ret = get_pixel_format(h, 1)) < 0) in h264_init_ps()
Dvp8.c171 static enum AVPixelFormat get_pixel_format(VP8Context *s) in get_pixel_format() function
206 s->pix_fmt = get_pixel_format(s); in update_dimensions()
2643 s->pix_fmt = get_pixel_format(s); in vp78_decode_frame()