HomeSort by relevance Sort by last modified time
    Searched full:outargs (Results 1 - 5 of 5) sorted by null

  /frameworks/av/media/libstagefright/codecs/aacenc/
SoftAACEncoder2.cpp 477 AACENC_OutArgs outargs; local
479 memset(&outargs, 0, sizeof(outargs));
511 memset(&outargs, 0, sizeof(outargs));
520 &outargs);
523 outPtr += outargs.numOutBytes;
524 nOutputBytes += outargs.numOutBytes;
526 if (outargs.numInSamples > 0) {
527 int numRemainingSamples = inargs.numInSamples - outargs.numInSamples
    [all...]
  /external/webkit/Source/WebCore/inspector/
CodeGeneratorInspector.pm 422 my @outArgs = grep($_->direction eq "out", @{$function->parameters});
445 if (scalar(@outArgs)) {
446 push(@function, map(" " . typeTraits($_->type, "variable") . " out_" . $_->name . " = " . typeTraits($_->type, "defaultValue") . ";", @outArgs));
471 map("&out_" . $_->name, @outArgs)));
495 push(@function, map(" result->set" . typeTraits($_->type, "JSONType") . "(\"" . $_->name . "\", out_" . $_->name . ");", @outArgs));
704 my @outArgs = grep($_->direction eq "out", @{$function->parameters});
705 my $argumentNames = join(",", map("\"" . $_->name . "\"" , @outArgs));
    [all...]
  /external/aac/libAACenc/src/
aacenc_lib.cpp     [all...]
  /external/aac/libAACenc/include/
aacenc_lib.h 248 \skipline outargs.numInSamples>0
256 \skipline outargs
    [all...]
  /prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar 

Completed in 617 milliseconds