Lines Matching refs:CT

116 				PRINT((CH ": Using inter[0].endpoint[%d]; maxpktsz: %d" CT, i, e->MaxPacketSize()));
126 PRINT((CH ": BAD ASIC signature! (%u != %u)" CT, data[0], 0x10));
202 PRINT((CH ": CamSensor: %s" CT, Sensor()->Name()));
292 PRINT((CH "(%u, @%p, %" B_PRIuSIZE ")" CT, address, data, count));
295 PRINT((CH ": Invalid register range [%u;%" B_PRIuSIZE "]" CT, address,
310 PRINT((CH "(%u, @%p, %" B_PRIuSIZE ", %d)" CT, address, data, count,
314 PRINT((CH ": Invalid register range [%u;%" B_PRIuSIZE "]" CT, address,
367 PRINT((CH "(%u, @%p, %" B_PRIuSIZE ")" CT, address, data, count));
387 //PRINT((CH ": WriteReg: %s" CT, strerror(err)));
391 //PRINT((CH ": Wait: %s" CT, strerror(err)));
395 //PRINT((CH ": Status: %s" CT, strerror(err)));
398 PRINT((CH ": success" CT));
408 PRINT((CH "(%u, @%p)" CT, address, data));
464 PRINT((CH "(%u, %u, %u, %u)" CT, x, y, width, height));
484 PRINT((CH "(%u)" CT, iscale));
588 PRINT((CH ": gain: %d,%d,%d" CT, fRGain, fGGain, fBGain));
661 PRINT((CH "(, %" B_PRIuSIZE ") state %x" CT, taglen, fFrameTagState));
671 //PRINT((CH "(, %d) %x == %x" CT, taglen, (tag[0] & 0xC0), fFrameTagState));
674 PRINT((CH ": discarded EOF %x != %x" CT, fFrameTagState, tag[0] & 0xC0));
677 //PRINT((CH ": validated EOF %x, len %d" CT, fFrameTagState, datalen));
688 PRINT((CH "()" CT));
690 if (err < B_OK) { PRINT((CH ": WaitFrame: %s" CT, strerror(err))); }
694 if (err < B_OK) { PRINT((CH ": GetFrame: %s" CT, strerror(err))); }
697 PRINT((CH ": VideoFrame = %fx%f,%fx%f" CT, VideoFrame().left, VideoFrame().top, VideoFrame().right, VideoFrame().bottom));
702 PRINT((CH ": Frame: %ldx%ld" CT, w, h));
706 PRINT((CH ": got 1 frame (len %d)" CT, b->BitsLength()));
717 PRINT((CH "()" CT));
721 if (err < B_OK) { PRINT((CH ": WaitFrame: %s" CT, strerror(err))); }
726 if (err < B_OK) { PRINT((CH ": GetFrame: %s" CT, strerror(err))); }
732 PRINT((CH ": VideoFrame = %fx%f,%fx%f Frame: %ldx%ld" CT,
741 PRINT((CH ": available %" B_PRIuSIZE ", required %ld" CT,
745 PRINT((CH ": got 1 frame (len %" B_PRIuSIZE ")" CT, buffer->SizeUsed()));