HomeSort by relevance Sort by last modified time
    Searched refs:allocatePortBuffers (Results 1 - 7 of 7) sorted by null

  /frameworks/av/media/libstagefright/omx/tests/
OMXHarness.h 62 status_t allocatePortBuffers(
OMXHarness.cpp 212 status_t Harness::allocatePortBuffers(
342 err = allocatePortBuffers(0, &inputBuffers);
343 EXPECT_SUCCESS(err, "allocatePortBuffers(input)");
349 err = allocatePortBuffers(1, &outputBuffers);
350 EXPECT_SUCCESS(err, "allocatePortBuffers(output)");
  /hardware/interfaces/media/omx/1.0/vts/functional/common/
media_hidl_test_common.cpp 64 void allocatePortBuffers(sp<IOmxNode> omxNode,
169 allocatePortBuffers(omxNode, iBuffer, kPortIndexInput, pm[0]);
176 allocatePortBuffers(omxNode, oBuffer, kPortIndexOutput, pm[1]);
media_hidl_test_common.h 262 void allocatePortBuffers(sp<IOmxNode> omxNode,
  /hardware/interfaces/media/omx/1.0/vts/functional/component/
VtsHalMediaOmxV1_0TargetComponentTest.cpp     [all...]
  /hardware/interfaces/media/omx/1.0/vts/functional/audio/
VtsHalMediaOmxV1_0TargetAudioDecTest.cpp 545 allocatePortBuffers(omxNode, oBuffer, kPortIndexOutput);
    [all...]
  /hardware/interfaces/media/omx/1.0/vts/functional/video/
VtsHalMediaOmxV1_0TargetVideoDecTest.cpp 535 allocatePortBuffers(omxNode, oBuffer, kPortIndexOutput,
    [all...]

Completed in 244 milliseconds