Home
last modified time | relevance | path

Searched refs:pix_fmt_desc (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/tests/api/
H A Dapi-band-test.c40 const AVPixFmtDescriptor *pix_fmt_desc; in draw_horiz_band() local
47 pix_fmt_desc = av_pix_fmt_desc_get(ctx->pix_fmt); in draw_horiz_band()
48 chroma_w = -((-ctx->width) >> pix_fmt_desc->log2_chroma_w); in draw_horiz_band()
49 chroma_h = -((-height) >> pix_fmt_desc->log2_chroma_h); in draw_horiz_band()
50 shift_slice_position = -((-slice_position) >> pix_fmt_desc->log2_chroma_h); in draw_horiz_band()
51 shift_height = -((-ctx->height) >> pix_fmt_desc->log2_chroma_h); in draw_horiz_band()
/third_party/ffmpeg/libavformat/
H A Dmovenc.c5803 const AVPixFmtDescriptor *pix_fmt_desc = local
5805 const int depth = pix_fmt_desc->comp[0].depth;
5819 if (!pix_fmt_desc->log2_chroma_w && !pix_fmt_desc->log2_chroma_h) {

Completed in 12 milliseconds