OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:decodedpicture
(Results
1 - 1
of
1
) sorted by null
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
SoftAVC.cpp
152
H264SwDecPicture
decodedPicture
;
173
if (H264SwDecNextPicture(mHandle, &
decodedPicture
, 0)
181
decodedPicture
.picId,
182
(uint8_t *)
decodedPicture
.pOutputPicture);
283
H264SwDecPicture
decodedPicture
;
288
mHandle, &
decodedPicture
, eos /* flush */)) {
289
int32_t picId =
decodedPicture
.picId;
290
uint8_t *data = (uint8_t *)
decodedPicture
.pOutputPicture;
Completed in 633 milliseconds