Home | History | Annotate | Download | only in camera

Lines Matching defs:streamId

708         if ((*mNextBuffers)[i].streamId == (int)id) return true;
839 int streamId = streams.data.i32[i];
840 const Stream &s = mParent->getStreamInfo(streamId);
843 "is included in a request!", __FUNCTION__, streamId);
848 b.streamId = streams.data.u8[i];
856 i, b.streamId, b.width, b.height, b.format, b.stride);
961 int streamId = reprocessStreams.data.i32[i];
962 const ReprocessStream &s = mParent->getReprocessStreamInfo(streamId);
970 b.streamId = -streamId;
990 int streamId = streams.data.i32[i];
991 const Stream &s = mParent->getStreamInfo(streamId);
995 __FUNCTION__, streamId);
1000 b.streamId = streams.data.u8[i];
1008 i, b.streamId, b.width, b.height, b.format, b.stride);
1049 if (b.streamId > 0) {
1050 Stream s = mParent->getStreamInfo(b.streamId);
1051 ALOGV("Configure: Dequeing buffer from stream %d", b.streamId);
1055 __FUNCTION__, b.streamId, strerror(-res), res);
1076 ReprocessStream s = mParent->getReprocessStreamInfo(-b.streamId);
1078 -b.streamId);
1082 "%s (%d)", __FUNCTION__, -b.streamId,
1190 if ( (*(mInFlightQueue[i].buffers))[j].streamId == (int)id )
1199 if ( (*mBuffers)[i].streamId == (int)id) return true;
1361 i, b.streamId, b.width, b.height, b.format, b.stride);
1362 if (b.streamId > 0) {
1368 i, (void*)*(b.buffer), b.streamId);
1370 const Stream &s = mParent->getStreamInfo(b.streamId);
1386 (*mBuffers)[compressedBufferIndex].streamId);
1411 jpegBuffer.streamId);
1414 const Stream &s = mParent->getStreamInfo(jpegBuffer.streamId);
1423 mParent->getReprocessStreamInfo(-inputBuffer.streamId);
2715 const Stream& EmulatedFakeCamera2::getStreamInfo(uint32_t streamId) {
2718 return mStreams.valueFor(streamId);
2721 const ReprocessStream& EmulatedFakeCamera2::getReprocessStreamInfo(uint32_t streamId) {
2724 return mReprocessStreams.valueFor(streamId);