OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ret_length
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/i420/main/source/
i420.cc
112
int
ret_length
= ExtractBuffer(inputImage, req_length - kI420HeaderSize,
local
114
if (
ret_length
< 0)
116
_encodedImage._length =
ret_length
+ kI420HeaderSize;
/external/chromium_org/third_party/webrtc/modules/utility/source/
file_recorder_impl.cc
650
int
ret_length
= ExtractBuffer(videoFrame, length,
local
652
if (
ret_length
< 0)
655
_videoEncodedData.payloadSize =
ret_length
;
Completed in 221 milliseconds