Home
last modified time | relevance | path

Searched refs:stream_idx (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/scripts/print_gfx_logs/
Dcommand_printer.py30 stream_idx: int, cmd_idx: int, out=sys.stdout):
35 self.stream_idx = stream_idx
46 print("\n{}.{} - {}: ({} bytes)".format(self.stream_idx, self.cmd_idx, self.cmd_name(),
Dprint_gfx_logs.py199 for stream_idx, stream in enumerate(streams):
205 - Capture id: {}""".format(stream_idx, stream.pos_in_file,
217 cmd.opcode, cmd.original_size, cmd.data, cmd.timestamp, stream_idx, cmd_idx)
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HWI.h501 void addToPPFeatureMask(int stream_format, uint32_t stream_idx);
DQCamera3HWI.cpp1674 uint32_t stream_idx) in addToPPFeatureMask() argument
1707 mStreamConfigInfo.postprocess_mask[stream_idx] in addToPPFeatureMask()
1711 mStreamConfigInfo.postprocess_mask[stream_idx] in addToPPFeatureMask()
1717 mStreamConfigInfo.postprocess_mask[stream_idx] |= CAM_QCOM_FEATURE_STAGGERED_VIDEO_HDR; in addToPPFeatureMask()
1721 mStreamConfigInfo.postprocess_mask[stream_idx] |= in addToPPFeatureMask()
1730 mStreamConfigInfo.postprocess_mask[stream_idx]); in addToPPFeatureMask()