Home | History | Annotate | Download | only in camera

Lines Matching defs:streamId

783         if ((*mNextBuffers)[i].streamId == (int)id) return true;
914 int streamId = streams.data.u8[i];
915 const Stream &s = mParent->getStreamInfo(streamId);
918 "is included in a request!", __FUNCTION__, streamId);
923 b.streamId = streams.data.u8[i];
931 i, b.streamId, b.width, b.height, b.format, b.stride);
1044 int streamId = reprocessStreams.data.u8[i];
1045 const ReprocessStream &s = mParent->getReprocessStreamInfo(streamId);
1053 b.streamId = -streamId;
1073 int streamId = streams.data.u8[i];
1074 const Stream &s = mParent->getStreamInfo(streamId);
1078 __FUNCTION__, streamId);
1083 b.streamId = streams.data.u8[i];
1091 i, b.streamId, b.width, b.height, b.format, b.stride);
1132 if (b.streamId > 0) {
1133 Stream s = mParent->getStreamInfo(b.streamId);
1134 ALOGV("Configure: Dequeing buffer from stream %d", b.streamId);
1138 __FUNCTION__, b.streamId, strerror(-res), res);
1159 ReprocessStream s = mParent->getReprocessStreamInfo(-b.streamId);
1161 -b.streamId);
1165 "%s (%d)", __FUNCTION__, -b.streamId,
1273 if ( (*(mInFlightQueue[i].buffers))[j].streamId == (int)id )
1282 if ( (*mBuffers)[i].streamId == (int)id) return true;
1462 i, b.streamId, b.width, b.height, b.format, b.stride);
1463 if (b.streamId > 0) {
1469 i, (void*)*(b.buffer), b.streamId);
1471 const Stream &s = mParent->getStreamInfo(b.streamId);
1487 (*mBuffers)[compressedBufferIndex].streamId);
1512 jpegBuffer.streamId);
1515 const Stream &s = mParent->getStreamInfo(jpegBuffer.streamId);
1524 mParent->getReprocessStreamInfo(-inputBuffer.streamId);
2840 const Stream& EmulatedFakeCamera2::getStreamInfo(uint32_t streamId) {
2843 return mStreams.valueFor(streamId);
2846 const ReprocessStream& EmulatedFakeCamera2::getReprocessStreamInfo(uint32_t streamId) {
2849 return mReprocessStreams.valueFor(streamId);