OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nLayers
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
mp4dec_api.h
89
int
nLayers
;
150
OSCL_IMPORT_REF Bool PVInitVideoDecoder(VideoDecControls *decCtrl, uint8 *volbuf[], int32 *volbuf_size, int
nLayers
, int width, int height, MP4DecodingMode mode);
151
Bool PVAllocVideoData(VideoDecControls *decCtrl, int width, int height, int
nLayers
);
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4enc_api.cpp
190
Int
nLayers
, idx, i, j;
236
encParams->
nLayers
= encOption->numLayers;
243
if (encParams->
nLayers
!= 1)
255
if (encParams->
nLayers
< 2)
259
for (i = 0; i < encParams->
nLayers
; i++)
362
encParams->
nLayers
= 1;
381
encParams->
nLayers
= 1;
485
for (i = 0; i < encParams->
nLayers
; i++)
492
for (i = 0; i < encParams->
nLayers
; i++)
497
if (encParams->
nLayers
> 1
[
all
...]
mp4lib_int.h
178
Int
nLayers
;
Completed in 38 milliseconds