OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_fs
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/media/libstagefright/codecs/avc/common/src/
dpb.cpp
25
int level, framesize,
num_fs
;
local
33
for (
num_fs
= 0;
num_fs
< MAX_FS;
num_fs
++)
35
dpb->fs[
num_fs
] = NULL;
57
dpb->
num_fs
= (uint32)(MaxDPBX2[mapLev2Idx[level]] << 2) / (3 * FrameHeightInMbs * PicWidthInMbs) + 1;
58
if (dpb->
num_fs
> MAX_FS)
60
dpb->
num_fs
= MAX_FS;
63
if (video->currSeqParams->num_ref_frames + 1 > (uint32)dpb->
num_fs
)
65
dpb->
num_fs
= video->currSeqParams->num_ref_frames + 1
114
uint
num_fs
;
local
[
all
...]
reflist.cpp
40
for (i = 0; i < dpb->
num_fs
; i++)
64
for (i = 0; i < dpb->
num_fs
; i++)
93
for (i = 0; i < dpb->
num_fs
; i++)
359
for (i = 0; i < dpb->
num_fs
; i++)
380
for (i = 0; i < dpb->
num_fs
; i++)
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_state_fs.c
798
unsigned
num_fs
;
local
838
num_fs
= 16 / fs_type.length; /* number of loops per 4x4 stamp */
[
all
...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_fs.c
798
unsigned
num_fs
;
local
838
num_fs
= 16 / fs_type.length; /* number of loops per 4x4 stamp */
[
all
...]
/frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h
558
int
num_fs
; /* size of fs */
member in struct:tagDecPicBuffer
[
all
...]
Completed in 94 milliseconds