Searched refs:is_JPEG (Results 1 – 4 of 4) sorted by relevance
/hardware/intel/img/psb_video/src/ |
D | tng_hostcode.h | 488 unsigned char is_JPEG); 494 unsigned char is_JPEG);
|
D | pnw_hostcode.c | 371 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()
|
D | pnw_hostcode.h | 550 unsigned char is_JPEG);
|
D | tng_hostcode.c | 297 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()
|