HomeSort by relevance Sort by last modified time
    Searched defs:InputSurface (Results 1 - 6 of 6) sorted by null

  /hardware/google/av/codec2/include/media/stagefright/codec2/1.0/
InputSurface.h 45 class InputSurface : public InputSurfaceBase {
47 virtual ~InputSurface() = default;
54 static sp<InputSurface> Create();
57 InputSurface(
  /hardware/google/av/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
InputSurface.h 53 struct InputSurface : public IInputSurface {
179 InputSurface(
184 virtual ~InputSurface() override = default;
  /cts/tests/tests/media/src/android/media/cts/
InputSurface.java 38 class InputSurface implements InputSurfaceInterface {
39 private static final String TAG = "InputSurface";
51 * Creates an InputSurface from a Surface.
53 public InputSurface(Surface surface) {
  /hardware/google/av/codec2/hidl/1.0/utils/
InputSurface.cpp 18 #define LOG_TAG "Codec2-InputSurface"
21 #include <codec2/hidl/1.0/InputSurface.h>
39 class InputSurface::ConfigurableImpl : public C2InterfaceHelper {
71 const std::shared_ptr<InputSurface::ConfigurableImpl> &impl,
115 const std::shared_ptr<InputSurface::ConfigurableImpl> mImpl;
122 Return<void> InputSurface::connectToComponent(
147 Return<sp<IConfigurable>> InputSurface::getConfigurable() {
153 Return<void> InputSurface::requestBuffer(
159 Return<int32_t> InputSurface::setMaxDequeuedBufferCount(
164 Return<int32_t> InputSurface::setAsyncMode
    [all...]
  /hardware/google/av/codec2/hidl/client/include/codec2/hidl/
client.h 169 struct InputSurface;
187 std::shared_ptr<InputSurface>* const inputSurface);
377 struct Codec2Client::InputSurface {
397 InputSurface(const sp<Base>& base);
422 friend struct Codec2Client::InputSurface;
  /hardware/google/av/codec2/hidl/client/
client.cpp 505 std::shared_ptr<Codec2Client::InputSurface>* const inputSurface) {
511 *inputSurface = std::make_shared<InputSurface>(
513 if (!*inputSurface) {
    [all...]

Completed in 157 milliseconds