OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:context_DEC_s
(Results
1 - 8
of
8
) sorted by null
/hardware/intel/img/psb_video/src/
tng_vld_dec.h
35
struct
context_DEC_s
{
61
void (*begin_slice)(struct
context_DEC_s
*, VASliceParameterBufferBase *);
62
void (*process_slice)(struct
context_DEC_s
*, VASliceParameterBufferBase *);
63
void (*end_slice)(struct
context_DEC_s
*);
64
VAStatus (*process_buffer)(struct
context_DEC_s
*, object_buffer_p);
80
typedef struct
context_DEC_s
*context_DEC_p;
vc1_header.h
198
struct
context_DEC_s
dec_ctx;
tng_yuv_processor.c
75
dec_ctx = (context_DEC_p) malloc(sizeof(struct
context_DEC_s
));
pnw_MPEG2.c
488
struct
context_DEC_s
dec_ctx;
[
all
...]
tng_VP8.c
258
struct
context_DEC_s
dec_ctx;
[
all
...]
tng_jpegdec.c
166
struct
context_DEC_s
dec_ctx;
[
all
...]
pnw_MPEG4.c
1100
struct
context_DEC_s
dec_ctx;
[
all
...]
pnw_H264.c
122
struct
context_DEC_s
dec_ctx;
[
all
...]
Completed in 121 milliseconds