Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dtng_hostcode.c149 static VAStatus tng__alloc_context_buffer(context_ENC_p ctx, IMG_UINT8 ui8IsJpeg, IMG_UINT32 ui32St… in tng__alloc_context_buffer() argument
171 if (0 != ui8IsJpeg) { in tng__alloc_context_buffer()
3526 IMG_UINT8 ui8IsJpeg; in tng__set_ctx_buf() local
3541 ui8IsJpeg = (ctx->eStandard == IMG_STANDARD_JPEG) ? 1 : 0; in tng__set_ctx_buf()
3542 vaStatus = tng__alloc_context_buffer(ctx, ui8IsJpeg, 0); in tng__set_ctx_buf()