Searched defs:pv_ctxt (Results 1 – 4 of 4) sorted by relevance
/external/libmpeg2/decoder/ |
D | impeg2d_bitstream.c | 191 INLINE void impeg2d_bit_stream_flush(void* pv_ctxt, UWORD32 u4_no_of_bits) in impeg2d_bit_stream_flush() 226 INLINE void impeg2d_bit_stream_flush_to_byte_boundary(void* pv_ctxt) in impeg2d_bit_stream_flush_to_byte_boundary() 313 INLINE UWORD32 impeg2d_bit_stream_get(void* pv_ctxt, UWORD32 u4_num_bits) in impeg2d_bit_stream_get() 338 INLINE UWORD32 impeg2d_bit_stream_num_bits_read(void* pv_ctxt) in impeg2d_bit_stream_num_bits_read()
|
/external/libhevc/test/decoder/ |
D | main.c | 411 void *ihevca_aligned_malloc(void *pv_ctxt, WORD32 alignment, WORD32 i4_size) in ihevca_aligned_malloc() 417 void ihevca_aligned_free(void *pv_ctxt, void *pv_buf) in ihevca_aligned_free() 426 void *ihevca_aligned_malloc(void *pv_ctxt, WORD32 alignment, WORD32 i4_size) in ihevca_aligned_malloc() 432 void ihevca_aligned_free(void *pv_ctxt, void *pv_buf) in ihevca_aligned_free() 441 void *ihevca_aligned_malloc(void *pv_ctxt, WORD32 alignment, WORD32 i4_size) in ihevca_aligned_malloc() 447 void ihevca_aligned_free(void *pv_ctxt, void *pv_buf) in ihevca_aligned_free()
|
/external/libmpeg2/common/ |
D | ideint.c | 132 IDEINT_ERROR_T ideint_process(void *pv_ctxt, in ideint_process()
|
/external/libavc/test/decoder/ |
D | main.c | 418 void * ih264a_aligned_malloc(void *pv_ctxt, WORD32 alignment, WORD32 i4_size) in ih264a_aligned_malloc() 424 void ih264a_aligned_free(void *pv_ctxt, void *pv_buf) in ih264a_aligned_free() 433 void * ih264a_aligned_malloc(void *pv_ctxt, WORD32 alignment, WORD32 i4_size) in ih264a_aligned_malloc() 439 void ih264a_aligned_free(void *pv_ctxt, void *pv_buf) in ih264a_aligned_free() 448 void * ih264a_aligned_malloc(void *pv_ctxt, WORD32 alignment, WORD32 i4_size) in ih264a_aligned_malloc() 454 void ih264a_aligned_free(void *pv_ctxt, void *pv_buf) in ih264a_aligned_free()
|