OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:context_VC1_p
(Results
1 - 3
of
3
) sorted by null
/hardware/intel/img/psb_video/src/
pnw_VC1.c
283
#define INIT_CONTEXT_VC1
context_VC1_p
ctx = (
context_VC1_p
) obj_context->format_data;
443
context_VC1_p
ctx;
454
ctx = (
context_VC1_p
) malloc(sizeof(struct context_VC1_s));
594
static uint32_t psb__vc1_get_izz_scan_index(
context_VC1_p
ctx)
715
static VAStatus psb__VC1_process_picture_param(
context_VC1_p
ctx, object_buffer_p obj_buffer)
[
all
...]
vc1_header.h
313
typedef struct context_VC1_s *
context_VC1_p
;
/hardware/intel/img/psb_video/src/mrst/
psb_VC1.c
280
#define INIT_CONTEXT_VC1
context_VC1_p
ctx = (
context_VC1_p
) obj_context->format_data;
421
context_VC1_p
ctx;
430
ctx = (
context_VC1_p
) calloc(1, sizeof(struct context_VC1_s));
554
static VAStatus psb__VC1_allocate_colocated_buffer(
context_VC1_p
ctx, object_surface_p obj_surface, uint32_t size)
578
static psb_buffer_p psb__VC1_lookup_colocated_buffer(
context_VC1_p
ctx, psb_surface_p surface)
588
static uint32_t psb__vc1_get_izz_scan_index(
context_VC1_p
ctx)
708
static VAStatus psb__VC1_process_picture_param(
context_VC1_p
ctx, object_buffer_p obj_buffer)
[
all
...]
Completed in 3551 milliseconds