OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:au4_min_out_buf_size
(Results
1 - 3
of
3
) sorted by null
/external/libhevc/decoder/
ihevcd_utils.c
724
UWORD32
au4_min_out_buf_size
[IVD_VIDDEC_MAX_IO_BUFFERS];
local
753
au4_min_out_buf_size
[0] = (wd * ht);
754
au4_min_out_buf_size
[1] = (wd * ht) >> 2;
755
au4_min_out_buf_size
[2] = (wd * ht) >> 2;
759
au4_min_out_buf_size
[0] = (wd * ht) * 2;
760
au4_min_out_buf_size
[1] =
761
au4_min_out_buf_size
[2] = 0;
765
au4_min_out_buf_size
[0] = (wd * ht) * 2;
766
au4_min_out_buf_size
[1] =
767
au4_min_out_buf_size
[2] = 0
[
all
...]
/external/libavc/decoder/
ih264d_api.c
1672
UWORD32
au4_min_out_buf_size
[IVD_VIDDEC_MAX_IO_BUFFERS];
local
2948
UWORD32
au4_min_out_buf_size
[IVD_VIDDEC_MAX_IO_BUFFERS];
local
[
all
...]
/external/libavc/encoder/
ive2.h
756
UWORD32
au4_min_out_buf_size
[IVE_MAX_IO_BUFFER_COMPONENTS];
member in struct:__anon22358
[
all
...]
Completed in 834 milliseconds