HomeSort by relevance Sort by last modified time
    Searched defs:streamId (Results 1 - 25 of 65) sorted by null

1 2 3

  /device/generic/goldfish/camera/fake-pipeline2/
Base.h 36 int streamId;
  /device/google/cuttlefish_common/guest/hals/camera/fake-pipeline2/
Base.h 40 int streamId;
  /external/webrtc/talk/app/webrtc/objc/public/
RTCDataChannel.h 44 @property(nonatomic) NSInteger streamId;
104 @property(nonatomic, readonly) NSInteger streamId;
  /external/mesa3d/src/gallium/drivers/svga/include/
svga_overlay.h 68 uint32 streamId;
81 uint32 streamId;
  /frameworks/av/services/camera/libcameraservice/api2/
CameraDeviceClient.h 93 virtual binder::Status deleteStream(int streamId) override;
130 virtual binder::Status prepare(int32_t streamId) override;
133 virtual binder::Status tearDown(int32_t streamId) override;
136 virtual binder::Status prepare2(int32_t maxCount, int32_t streamId) override;
139 virtual binder::Status updateOutputConfiguration(int streamId,
143 virtual binder::Status finalizeOutputConfigurations(int32_t streamId,
175 virtual void notifyPrepared(int streamId);
191 // StreamSurfaceId encapsulates streamId + surfaceId for a particular surface.
192 // streamId specifies the index of the stream the surface belongs to, and the
201 StreamSurfaceId(int32_t streamId, int32_t surfaceId)
    [all...]
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3OutputStream.h 41 int streamId;
59 streamId(id),
Camera3BufferManager.cpp 42 int streamId = streamInfo.streamId;
45 if (streamId == CAMERA3_STREAM_ID_INVALID || streamSetId == CAMERA3_STREAM_SET_ID_INVALID) {
47 __FUNCTION__, streamId, streamSetId);
52 __FUNCTION__, streamId, streamSetId, streamInfo.totalBufferCount);
56 ALOGE("%s: Stream (%d) is not configured", __FUNCTION__, streamId);
76 ssize_t streamIdx = mStreamSetMap[i].streamInfoMap.indexOfKey(streamId);
96 ssize_t streamIdx = currentStreamSet.streamInfoMap.indexOfKey(streamId);
99 __FUNCTION__, streamId, streamSetId);
102 currentStreamSet.streamInfoMap.add(streamId, streamInfo)
    [all...]
  /frameworks/base/media/java/android/media/tv/
TvStreamConfig.java 51 streamId(source.readInt()).
124 public Builder streamId(int streamId) {
125 mStreamId = streamId;
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
Fingerprint.java 39 // Version 1 streamId prefix.
104 public static Fingerprint fromStreamId(String streamId) {
105 if ((streamId == null)
106 || !streamId.startsWith(STREAM_ID_CS_PREFIX)
107 || (streamId.length() != STREAM_ID_CS_01_LENGTH)) {
108 throw new IllegalArgumentException("bad streamId: " + streamId);
116 int value = (toDigit(streamId, idx) << 4) | toDigit(streamId, idx + 1);
123 * Scans a list of strings for a valid streamId
    [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http2/4.1.6.Final/
netty-codec-http2-4.1.6.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http2/4.1.3.Final/
netty-codec-http2-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http2/4.1.0.CR3/
netty-codec-http2-4.1.0.CR3.jar 
  /frameworks/base/services/core/java/com/android/server/tv/
TvInputHal.java 55 void onFirstFrameCaptured(int deviceId, int streamId);
60 private static native int nativeAddOrUpdateStream(long ptr, int deviceId, int streamId,
62 private static native int nativeRemoveStream(long ptr, int deviceId, int streamId);
149 private void firstFrameCapturedFromNative(int deviceId, int streamId) {
151 mHandler.obtainMessage(EVENT_STREAM_CONFIGURATION_CHANGED, deviceId, streamId));
200 int streamId = msg.arg2;
201 mCallback.onFirstFrameCaptured(deviceId, streamId);
  /hardware/interfaces/camera/device/3.4/default/
CameraDeviceSession.cpp 330 bool hasInputBuf = (request.v3_2.inputBuffer.streamId != -1 &&
352 auto streamId = request.v3_2.inputBuffer.streamId;
353 auto key = std::make_pair(request.v3_2.inputBuffer.streamId, request.v3_2.frameNumber);
357 &mStreamMap[request.v3_2.inputBuffer.streamId], allFences[numOutputBufs],
359 bufCache.stream->physical_camera_id = mPhysicalCameraIdMap[streamId].c_str();
367 auto streamId = request.v3_2.outputBuffers[i].streamId;
368 auto key = std::make_pair(streamId, request.v3_2.frameNumber);
372 &mStreamMap[streamId], allFences[i]
    [all...]
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/0.13.2/
grpc-okhttp-0.13.2.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/1.0.1/
grpc-okhttp-1.0.1.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/1.0.3/
grpc-okhttp-1.0.3.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-netty/0.13.2/
grpc-netty-0.13.2.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.3.0/
okhttp-3.3.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.4.1/
okhttp-3.4.1.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/
okhttp-2.5.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.7.2/
okhttp-2.7.2.jar 
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
Http2Test.java 71 public void headers(boolean outFinished, boolean inFinished, int streamId,
75 assertEquals(expectedStreamId, streamId);
96 @Override public void priority(int streamId, int streamDependency, int weight,
103 @Override public void headers(boolean outFinished, boolean inFinished, int streamId,
108 assertEquals(expectedStreamId, streamId);
140 @Override public void headers(boolean outFinished, boolean inFinished, int streamId,
144 assertEquals(expectedStreamId, streamId);
175 public void pushPromise(int streamId, int promisedStreamId, List<Header> headerBlock) {
176 assertEquals(expectedStreamId, streamId);
211 public void pushPromise(int streamId, int promisedStreamId, List<Header> headerBlock)
    [all...]
MockSpdyPeer.java 222 public int streamId;
252 @Override public void headers(boolean outFinished, boolean inFinished, int streamId,
258 this.streamId = streamId;
264 @Override public void data(boolean inFinished, int streamId, BufferedSource source, int length)
269 this.streamId = streamId;
273 @Override public void rstStream(int streamId, ErrorCode errorCode) {
276 this.streamId = streamId;
    [all...]
  /frameworks/av/camera/tests/
CameraBinderTests.cpp 213 virtual binder::Status onPrepared(int streamId) {
214 (void) streamId;
484 status_t streamId;
485 res = device->createStream(output, &streamId);
487 EXPECT_LE(0, streamId);
585 res = device->deleteStream(streamId);

Completed in 338 milliseconds

1 2 3