Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dtng_hostcode.h488 unsigned char is_JPEG);
494 unsigned char is_JPEG);
Dpnw_hostcode.c371 static VAStatus pnw__alloc_context_buffer(context_ENC_p ctx, unsigned char is_JPEG) in pnw__alloc_context_buffer() argument
380 if (is_JPEG == 0) { in pnw__alloc_context_buffer()
496 unsigned char is_JPEG) in pnw_CreateContext() argument
515 if (is_JPEG == 0) { in pnw_CreateContext()
556 vaStatus = pnw__alloc_context_buffer(ctx, is_JPEG); in pnw_CreateContext()
Dpnw_hostcode.h550 unsigned char is_JPEG);
Dtng_hostcode.c297 static void tng__free_context_buffer(context_ENC_p ctx, unsigned char is_JPEG, unsigned int stream_… in tng__free_context_buffer() argument
301 if (0 != is_JPEG) { in tng__free_context_buffer()
541 void tng_DestroyContext(object_context_p obj_context, unsigned char is_JPEG) in tng_DestroyContext() argument
555 tng__free_context_buffer(ctx, is_JPEG, 0); in tng_DestroyContext()
558 tng__free_context_buffer(ctx, is_JPEG, 1); in tng_DestroyContext()
780 unsigned char is_JPEG) in tng_CreateContext() argument
800 if (is_JPEG == 0) { in tng_CreateContext()
823 if (is_JPEG) { in tng_CreateContext()
824 vaStatus = tng__alloc_context_buffer(ctx, is_JPEG, 0); in tng_CreateContext()