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

1 2

  /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...]
  /external/okhttp/src/main/java/libcore/net/spdy/
SpdyConnection.java 101 void removeStream(int streamId) {
102 streams.remove(streamId);
115 int streamId = nextStreamId; // TODO
121 SpdyStream result = new SpdyStream(streamId, this, requestHeaders, flags);
122 streams.put(streamId, result);
125 spdyWriter.streamId = streamId;
134 synchronized void writeSynReply(int streamId, List<String> alternating) throws IOException {
137 spdyWriter.streamId = streamId;
    [all...]
SpdyWriter.java 35 public int streamId;
62 out.writeInt(streamId & 0x7fffffff);
77 out.writeInt(streamId & 0x7fffffff);
88 out.writeInt(streamId & 0x7fffffff);
94 out.writeInt(streamId & 0x7fffffff);
SpdyReader.java 64 public int streamId;
120 streamId = w1 & 0x7fffffff;
129 streamId = w1 & 0x7fffffff;
139 streamId = w1 & 0x7fffffff;
144 streamId = in.readInt() & 0x7fffffff;
  /external/okhttp/src/test/java/libcore/net/spdy/
SpdyConnectionTest.java 34 reply.streamId = 1;
39 replyData.streamId = 1;
59 assertEquals(1, synStream.reader.streamId);
70 newStream.streamId = 2;
92 assertEquals(2, synStream.reader.streamId);
  /development/tools/emulator/system/camera/fake-pipeline2/
Base.h 37 int streamId;
JpegCompressor.cpp 89 } else if (b.streamId <= 0) {
162 mJpegBuffer.streamId);
166 const Stream &s = mParent->getStreamInfo(mJpegBuffer.streamId);
191 if ( (*mBuffers)[i].streamId == (int)id ) return true;
225 if (mAuxBuffer.streamId == 0) {
230 mParent->getReprocessStreamInfo(-mAuxBuffer.streamId);
Sensor.cpp 302 i, b.streamId, b.width, b.height, b.format, b.stride,
319 bAux.streamId = 0;
  /hardware/ti/omap3/omx/system/src/openmax_il/common/inc/
TIDspOmx.h 676 OMX_U32 streamId; /* streamId */
683 OMX_U32 streamId; /* streamId */
  /hardware/libhardware/tests/camera2/
camera2.cpp 358 int streamId;
361 width, height, format, &streamId) );
370 uint32_t outputStreams = streamId;
439 ASSERT_NO_FATAL_FAILURE(disconnectStream(streamId));
472 int streamId;
475 width, height, format, &streamId) );
484 uint32_t outputStreams = streamId;
634 int streamId;
637 width, height, format, &streamId) );
646 uint32_t outputStreams = streamId;
    [all...]
  /development/tools/emulator/system/camera/
EmulatedFakeCamera2.h 139 const Stream &getStreamInfo(uint32_t streamId);
140 const ReprocessStream &getReprocessStreamInfo(uint32_t streamId);
170 bool isStreamInUse(uint32_t streamId);
174 bool isReprocessStreamInUse(uint32_t streamId);
EmulatedFakeCamera2.cpp 670 if ((*mNextBuffers)[i].streamId == (int)id) return true;
800 int streamId = streams.data.u8[i];
801 const Stream &s = mParent->getStreamInfo(streamId);
804 "is included in a request!", __FUNCTION__, streamId);
809 b.streamId = streams.data.u8[i];
817 i, b.streamId, b.width, b.height, b.format, b.stride);
930 int streamId = reprocessStreams.data.u8[i];
931 const ReprocessStream &s = mParent->getReprocessStreamInfo(streamId);
939 b.streamId = -streamId;
    [all...]
  /frameworks/av/libvideoeditor/vss/common/inc/
M4AMRR_CoreReader.h 123 * M4OSA_ERR M4AMRR_nextAU(M4OSA_Context Context, M4SYS_StreamID StreamID, M4SYS_AccessUnit* pAu);
128 * @param StreamID(IN) : Selects the stream
142 M4OSA_ERR M4AMRR_nextAU(M4OSA_Context Context, M4SYS_StreamID StreamID, M4SYS_AccessUnit* pAu);
146 * M4OSA_ERR M4AMRR_freeAU(M4OSA_Context Context, M4SYS_StreamID StreamID, M4SYS_AccessUnit* pAu);
151 * @param StreamID(IN) : Selects the stream
162 M4OSA_ERR M4AMRR_freeAU(M4OSA_Context Context, M4SYS_StreamID StreamID, M4SYS_AccessUnit* pAu);
168 * @brief The function seeks the targeted time in the give stream by streamId.
172 * @param StreamID(IN) : Array of stream IDs.
205 * M4OSA_ERR M4AMRR_getState(M4OSA_Context Context, M4AMRR_State* pState, M4SYS_StreamID streamId);
209 * @param streamId(IN) : Selects the stream 0 for al
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
LCML_DspCodec.c     [all...]
  /external/tcpdump/
sctpHeader.h 298 u_int16_t streamId;
print-sctp.c 192 printf("[SID: %u] ", EXTRACT_16BITS(&dataHdrPtr->streamId));
  /frameworks/av/libvideoeditor/vss/src/
M4AMRR_CoreReader.c 344 pStreamDesc->streamID = 1;
365 pStreamContext->m_pStreamHandler->streamID = 1;
461 M4OSA_ERR M4AMRR_nextAU(M4OSA_Context Context, M4SYS_StreamID StreamID, M4SYS_AccessUnit* pAu)
477 if ( StreamID != 1 )
556 M4OSA_ERR M4AMRR_freeAU(M4OSA_Context Context, M4SYS_StreamID StreamID, M4SYS_AccessUnit* pAu)
567 if (( StreamID != 1 ) && ( StreamID != 0))
858 M4OSA_ERR M4AMRR_getState(M4OSA_Context Context, M4AMRR_State* pState, M4SYS_StreamID streamId)
866 if (( streamId != 1 ) && ( streamId != 0)
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
AmrEncTest.c 548 OMX_U32 streamId;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
WbAmrEncTest.c 530 OMX_U32 streamId;
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCameraHWInterface2.cpp     [all...]
ExynosCameraHWInterface2.h 440 int streamId;
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
WBAmrDecTest.c 519 OMX_U32 streamId;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
AacEncTest.c 581 OMX_U32 streamId;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
OMX_G722Encoder.c 613 G722ENC_DPRINT("[G722 Component] - got data back from audio manager, command=%d AND streamID=%d\n", cmd_data.AM_Cmd, (int) cmd_data.streamID);
616 if(cmd_data.streamID == 0) {
622 pComponentPrivate->streamID = cmd_data.streamID;
762 cmd_data.streamID = 0;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/
G726DecTest.c 700 pAppPrivate->streamId = cmd_data.streamID;
829 APP_DPRINT("***************StreamId=%d******************\n", (int)pAppPrivate->streamId);
    [all...]

Completed in 991 milliseconds

1 2