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

  /hardware/google/av/media/codecs/base/
SimpleC2Interface.cpp 164 .withDefault(C2PortBlockPoolsTuning::output::AllocShared(outputPoolIds))
167 .withSetter(Setter<C2PortBlockPoolsTuning::output>::NonStrictValuesWithNoDeps)
SimpleC2Component.cpp 366 { C2PortBlockPoolsTuning::output::PARAM_TYPE },
378 C2PortBlockPoolsTuning::output *outputPools =
379 C2PortBlockPoolsTuning::output::From(params[0].get());
  /external/v4l2_codec2/tests/
C2VDACompIntf_test.cpp 348 C2Param::Index index = C2PortBlockPoolsTuning::output::PARAM_TYPE;
353 C2BlockPool::local_id_t value = ((C2PortBlockPoolsTuning*)heapParams[0].get())->m.values[0];
358 std::shared_ptr<C2PortBlockPoolsTuning::output> newParam(
359 C2PortBlockPoolsTuning::output::AllocShared(configBlockPools));
370 value = ((C2PortBlockPoolsTuning*)heapParams[0].get())->m.values[0];
  /external/v4l2_codec2/include/
C2VDAComponent.h 67 std::shared_ptr<C2PortBlockPoolsTuning::output> mOutputBlockPoolIds;
  /external/v4l2_codec2/cmds/
codec2.cpp 211 std::unique_ptr<C2PortBlockPoolsTuning::output> pools =
212 C2PortBlockPoolsTuning::output::AllocUnique(
  /hardware/google/av/media/codecs/cmds/
codec2.cpp 221 std::unique_ptr<C2PortBlockPoolsTuning::output> pools =
222 C2PortBlockPoolsTuning::output::AllocUnique({ (uint64_t)C2BlockPool::BASIC_GRAPHIC });
  /hardware/google/av/media/codecs/base/include/
SimpleC2Interface.h 172 std::shared_ptr<C2PortBlockPoolsTuning::output> mOutputPoolIds;
  /external/v4l2_codec2/
C2VDAComponent.cpp 153 .withDefault(C2PortBlockPoolsTuning::output::AllocShared(outputBlockPools))
156 .withSetter(Setter<C2PortBlockPoolsTuning::output>::NonStrictValuesWithNoDeps)
    [all...]
  /hardware/google/av/codec2/include/
C2Config.h     [all...]
  /hardware/google/av/media/sfplugin/
CCodecBufferChannel.cpp     [all...]

Completed in 100 milliseconds