OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:currLayer
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
vop.cpp
43
Int
currLayer
= video->
currLayer
;
44
Vol *currVol = video->vol[
currLayer
];
108
RC_VopUpdateStat(video, rc[
currLayer
]);
127
Vol *currVol = video->vol[video->
currLayer
];
195
Int
currLayer
= video->
currLayer
;
196
Vol *currVol = video->vol[
currLayer
];
259
status = RC_VopUpdateStat(video, rc[
currLayer
]);
510
Vol *currVol = video->vol[video->
currLayer
];
[
all
...]
rate_control.cpp
37
PV_STATUS RC_UpdateBuffer(VideoEncData *video, Int
currLayer
, Int num_skip);
38
Int RC_GetSkipNextFrame(VideoEncData *video,Int
currLayer
);
39
void RC_ResetSkipNextFrame(void *video,Int
currLayer
);
185
Int
currLayer
= video->
currLayer
;
186
Vol *currVol = video->vol[
currLayer
];
192
rateControl *rc = video->rc[
currLayer
];
193
MultiPass *pMP = video->pMP[
currLayer
];
205
if (video->rc[
currLayer
]->encoded_frames == 0) /* rc[
currLayer
]->totalFrameNumber*
[
all
...]
mp4enc_api.cpp
132
void DetermineVopType(VideoEncData *video, Int
currLayer
);
638
//video->
currLayer
= 0; /* Set current Layer to 0 */
[
all
...]
mp4lib_int.h
403
Int
currLayer
; /* Current frame layer */
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/include/
mp4dec_api.h
108
int
currLayer
;
/external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.cpp
[
all
...]
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
mp4lib_int.h
253
int
currLayer
; /* Current frame layer */
Completed in 742 milliseconds