OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:process_slice
(Results
1 - 8
of
8
) sorted by null
/hardware/intel/img/psb_video/src/
tng_vld_dec.h
62
void (*
process_slice
)(struct context_DEC_s *, VASliceParameterBufferBase *);
member in struct:context_DEC_s
tng_vld_dec.c
330
ctx->
process_slice
(ctx, slice_param);
pnw_MPEG2.c
659
ctx->dec_ctx.
process_slice
= psb__MPEG2_process_slice_data;
[
all
...]
tng_VP8.c
469
ctx->dec_ctx.
process_slice
= tng__VP8_process_slice_data;
[
all
...]
tng_jpegdec.c
298
ctx->dec_ctx.
process_slice
= tng__JPEG_process_slice_data;
[
all
...]
pnw_MPEG4.c
[
all
...]
pnw_H264.c
427
ctx->dec_ctx.
process_slice
= psb__H264_process_slice_data;
[
all
...]
pnw_VC1.c
463
ctx->dec_ctx.
process_slice
= psb__VC1_process_slice_data;
[
all
...]
Completed in 258 milliseconds