OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numInput
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/
MediaCodecSource.cpp
618
status_t MediaCodecSource::doMoreWork(int32_t
numInput
, int32_t numOutput) {
622
while (
numInput
-- > 0) {
808
int32_t
numInput
, numOutput;
810
if (!msg->findInt32("input-buffers", &
numInput
)) {
811
numInput
= INT32_MAX;
817
status_t err = doMoreWork(
numInput
, numOutput);
/frameworks/av/include/media/stagefright/
MediaCodecSource.h
89
status_t doMoreWork(int32_t
numInput
, int32_t numOutput);
/frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoder.cpp
625
int32_t
numInput
, numOutput;
627
if (!msg->findInt32("input-buffers", &
numInput
)) {
628
numInput
= INT32_MAX;
636
while (
numInput
-- > 0 && handleAnInputBuffer()) {}
[
all
...]
Completed in 1714 milliseconds