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

  /hardware/google/av/media/codecs/base/
SimpleC2Interface.cpp 148 .withDefault(C2PortAllocatorsTuning::input::AllocShared(inputAllocators))
151 .withSetter(Setter<C2PortAllocatorsTuning::input>::NonStrictValuesWithNoDeps)
156 .withDefault(C2PortAllocatorsTuning::output::AllocShared(outputAllocators))
159 .withSetter(Setter<C2PortAllocatorsTuning::output>::NonStrictValuesWithNoDeps)
  /external/v4l2_codec2/tests/
C2VDACompIntf_test.cpp 331 std::shared_ptr<C2PortAllocatorsTuning::input> expected(
332 C2PortAllocatorsTuning::input::AllocShared(kInputAllocators));
333 std::shared_ptr<C2PortAllocatorsTuning::input> invalid(
334 C2PortAllocatorsTuning::input::AllocShared(kOutputAllocators));
339 std::shared_ptr<C2PortAllocatorsTuning::output> expected(
340 C2PortAllocatorsTuning::output::AllocShared(kOutputAllocators));
341 std::shared_ptr<C2PortAllocatorsTuning::output> invalid(
342 C2PortAllocatorsTuning::output::AllocShared(kInputAllocators));
  /external/v4l2_codec2/include/
C2VDAComponent.h 63 std::shared_ptr<C2PortAllocatorsTuning::input> mInputAllocatorIds;
65 std::shared_ptr<C2PortAllocatorsTuning::output> mOutputAllocatorIds;
  /hardware/google/av/media/codecs/base/include/
SimpleC2Interface.h 169 std::shared_ptr<C2PortAllocatorsTuning::input> mInputAllocators;
170 std::shared_ptr<C2PortAllocatorsTuning::output> mOutputAllocators;
  /hardware/google/av/media/sfplugin/
CCodecBufferChannel.cpp     [all...]
  /external/v4l2_codec2/
C2VDAComponent.cpp 141 .withConstValue(C2PortAllocatorsTuning::input::AllocShared(inputAllocators))
146 .withConstValue(C2PortAllocatorsTuning::output::AllocShared(outputAllocators))
    [all...]
  /hardware/google/av/codec2/include/
C2Config.h     [all...]

Completed in 796 milliseconds