Home
last modified time | relevance | path

Searched refs:pv_ctxt (Results 1 – 5 of 5) sorted by relevance

/external/libmpeg2/decoder/
Dimpeg2d_bitstream.c191 INLINE void impeg2d_bit_stream_flush(void* pv_ctxt, UWORD32 u4_no_of_bits) in impeg2d_bit_stream_flush() argument
193 stream_t *ps_stream = (stream_t *)pv_ctxt; in impeg2d_bit_stream_flush()
222 INLINE void impeg2d_bit_stream_flush_to_byte_boundary(void* pv_ctxt) in impeg2d_bit_stream_flush_to_byte_boundary() argument
225 stream_t *ps_stream = (stream_t *)pv_ctxt; in impeg2d_bit_stream_flush_to_byte_boundary()
309 INLINE UWORD32 impeg2d_bit_stream_get(void* pv_ctxt, UWORD32 u4_num_bits) in impeg2d_bit_stream_get() argument
311 UWORD32 u4_next_bits = impeg2d_bit_stream_nxt(pv_ctxt, u4_num_bits); in impeg2d_bit_stream_get()
312 impeg2d_bit_stream_flush(pv_ctxt, u4_num_bits); in impeg2d_bit_stream_get()
334 INLINE UWORD32 impeg2d_bit_stream_num_bits_read(void* pv_ctxt) in impeg2d_bit_stream_num_bits_read() argument
336 stream_t *u4_no_of_bitsstream = (stream_t *)pv_ctxt; in impeg2d_bit_stream_num_bits_read()
/external/libmpeg2/common/
Dideint.c132 IDEINT_ERROR_T ideint_process(void *pv_ctxt, in ideint_process() argument
147 if(NULL == pv_ctxt) in ideint_process()
150 ps_ctxt = (ctxt_t *)pv_ctxt; in ideint_process()
Dideint.h114 IDEINT_ERROR_T ideint_process(void *pv_ctxt,
/external/libhevc/test/decoder/
Dmain.c411 void *ihevca_aligned_malloc(void *pv_ctxt, WORD32 alignment, WORD32 i4_size) in ihevca_aligned_malloc() argument
413 (void)pv_ctxt; in ihevca_aligned_malloc()
417 void ihevca_aligned_free(void *pv_ctxt, void *pv_buf) in ihevca_aligned_free() argument
419 (void)pv_ctxt; in ihevca_aligned_free()
426 void *ihevca_aligned_malloc(void *pv_ctxt, WORD32 alignment, WORD32 i4_size) in ihevca_aligned_malloc() argument
428 (void)pv_ctxt; in ihevca_aligned_malloc()
432 void ihevca_aligned_free(void *pv_ctxt, void *pv_buf) in ihevca_aligned_free() argument
434 (void)pv_ctxt; in ihevca_aligned_free()
441 void *ihevca_aligned_malloc(void *pv_ctxt, WORD32 alignment, WORD32 i4_size) in ihevca_aligned_malloc() argument
443 (void)pv_ctxt; in ihevca_aligned_malloc()
[all …]
/external/libavc/test/decoder/
Dmain.c418 void * ih264a_aligned_malloc(void *pv_ctxt, WORD32 alignment, WORD32 i4_size) in ih264a_aligned_malloc() argument
420 (void)pv_ctxt; in ih264a_aligned_malloc()
424 void ih264a_aligned_free(void *pv_ctxt, void *pv_buf) in ih264a_aligned_free() argument
426 (void)pv_ctxt; in ih264a_aligned_free()
433 void * ih264a_aligned_malloc(void *pv_ctxt, WORD32 alignment, WORD32 i4_size) in ih264a_aligned_malloc() argument
435 (void)pv_ctxt; in ih264a_aligned_malloc()
439 void ih264a_aligned_free(void *pv_ctxt, void *pv_buf) in ih264a_aligned_free() argument
441 (void)pv_ctxt; in ih264a_aligned_free()
448 void * ih264a_aligned_malloc(void *pv_ctxt, WORD32 alignment, WORD32 i4_size) in ih264a_aligned_malloc() argument
450 (void)pv_ctxt; in ih264a_aligned_malloc()
[all …]