Searched refs:use_vdoa (Results 1 – 3 of 3) sorted by relevance
547 bool *use_vdoa) in coda_try_fmt_vdoa() argument554 if (!use_vdoa) in coda_try_fmt_vdoa()558 *use_vdoa = false; in coda_try_fmt_vdoa()565 *use_vdoa = false; in coda_try_fmt_vdoa()569 *use_vdoa = true; in coda_try_fmt_vdoa()654 bool use_vdoa; in coda_try_fmt_vid_cap() local711 ret = coda_try_fmt_vdoa(ctx, f, &use_vdoa); in coda_try_fmt_vid_cap()716 if (!use_vdoa) in coda_try_fmt_vid_cap()822 !coda_try_fmt_vdoa(ctx, f, &ctx->use_vdoa) && in coda_s_fmt()823 ctx->use_vdoa) in coda_s_fmt()[all …]
1853 ctx->use_vdoa ? "Enabled" : "Disabled"); in __coda_decoder_seq_init()1872 ((ctx->use_vdoa) ? 0 : CODA9_FRAME_TILED2LINEAR); in __coda_decoder_seq_init()1965 if (ctx->use_vdoa) in __coda_decoder_seq_init()2050 ((ctx->use_vdoa) ? 0 : CODA9_FRAME_TILED2LINEAR); in __coda_start_decoding()2175 if (ctx->use_vdoa && in coda_prepare_decode()2375 if (ctx->use_vdoa && in coda_finish_decode()
275 bool use_vdoa; member