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

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

Completed in 79 milliseconds