Home
last modified time | relevance | path

Searched refs:mOutputBlockPoolIds (Results 1 – 4 of 4) sorted by relevance

/external/v4l2_codec2/components/include/v4l2_codec2/components/
DV4L2EncodeInterface.h41 C2BlockPool::local_id_t getBlockPoolId() const { return mOutputBlockPoolIds->m.values[0]; } in getBlockPoolId()
92 std::shared_ptr<C2PortBlockPoolsTuning::output> mOutputBlockPoolIds; variable
DV4L2DecodeInterface.h28 C2BlockPool::local_id_t getBlockPoolId() const { return mOutputBlockPoolIds->m.values[0]; } in getBlockPoolId()
85 std::shared_ptr<C2PortBlockPoolsTuning::output> mOutputBlockPoolIds; variable
/external/v4l2_codec2/components/
DV4L2DecodeInterface.cpp259 DefineParam(mOutputBlockPoolIds, C2_PARAMKEY_OUTPUT_BLOCK_POOLS) in V4L2DecodeInterface()
261 .withFields({C2F(mOutputBlockPoolIds, m.values[0]).any(), in V4L2DecodeInterface()
262 C2F(mOutputBlockPoolIds, m.values).inRange(0, 1)}) in V4L2DecodeInterface()
DV4L2EncodeInterface.cpp442 DefineParam(mOutputBlockPoolIds, C2_PARAMKEY_OUTPUT_BLOCK_POOLS) in Initialize()
444 .withFields({C2F(mOutputBlockPoolIds, m.values[0]).any(), in Initialize()
445 C2F(mOutputBlockPoolIds, m.values).inRange(0, 1)}) in Initialize()