Searched refs:inputSurface (Results 1 – 4 of 4) sorted by relevance
959 sp<IInputSurface> inputSurface = IInputSurface::castFrom( in createInputSurface() local961 if (!inputSurface) { in createInputSurface()967 std::make_shared<Codec2Client::InputSurface>(inputSurface))); in createInputSurface()968 bufferProducer = new H2BGraphicBufferProducer(inputSurface); in createInputSurface()1042 sp<IInputSurface> inputSurface = in setInputSurface() local1044 if (!inputSurface) { in setInputSurface()1050 std::make_shared<Codec2Client::InputSurface>(inputSurface))); in setInputSurface()1728 std::shared_ptr<android::Codec2Client::InputSurface> inputSurface = in CreateInputSurface() local1730 if (inputSurface) { in CreateInputSurface()1732 inputSurface->getGraphicBufferProducer(), in CreateInputSurface()[all …]
525 std::shared_ptr<Codec2Client::InputSurface>* const inputSurface) { in createInputSurface() argument533 *inputSurface = nullptr; in createInputSurface()536 *inputSurface = std::make_shared<InputSurface>(result); in createInputSurface()537 if (!*inputSurface) { in createInputSurface()749 std::shared_ptr<Codec2Client::InputSurface> inputSurface; in CreateInputSurface() local751 client->createInputSurface(&inputSurface) == C2_OK && in CreateInputSurface()752 inputSurface) { in CreateInputSurface()753 return inputSurface; in CreateInputSurface()
187 std::shared_ptr<InputSurface>* const inputSurface);
142 * @param inputSurface Input surface to connect to.157 IInputSurface inputSurface