Home
last modified time | relevance | path

Searched refs:dec (Results 1 – 25 of 42) sorted by relevance

12

/hardware/interfaces/automotive/can/1.0/default/libnl++/
Dprinter.cpp79 ss << std::hex << nlmsg_flags << std::dec; in flagsToStream()
90 ss << std::endl << ' ' << std::dec << std::setw(4) << i << std::hex; in toStream()
95 ss << std::dec; in toStream()
113 ss << ", crc=" << std::hex << std::setw(4) << crc16(raw) << std::dec; in toStream()
187 ss << ", crc=" << std::hex << std::setw(4) << crc16(hdr.data<uint8_t>()) << std::dec; in toString()
/hardware/libhardware/modules/sensors/dynamic_sensor/test/
DHidRawSensorTest.cpp141 LOG_I << "Sensor usage " << std::hex << digest.fullUsage << std::dec << LOG_ENDL; in test()
144 LOG_V << "Usage " << std::hex << digest.fullUsage << std::dec << LOG_ENDL; in test()
147 LOG_V << "Sensor of usage " << std::hex << digest.fullUsage << std::dec in test()
/hardware/interfaces/keymaster/4.0/support/
Dkey_param_output.cpp82 os << std::hex << ::std::setw(2) << static_cast<int>(param.blob[i]) << ::std::dec; in operator <<()
88 os << ::std::hex << ::std::setw(2) << static_cast<int>(param.blob[i]) << ::std::dec; in operator <<()
/hardware/interfaces/keymaster/3.0/vts/functional/
Dkey_param_output.cpp110 os << ::std::hex << ::std::setw(2) << static_cast<int>(param.blob[i]) << ::std::dec; in operator <<()
116 os << ::std::hex << ::std::setw(2) << static_cast<int>(param.blob[i]) << ::std::dec; in operator <<()
/hardware/interfaces/automotive/can/1.0/default/libnetdevice/
Difreqs.cpp59 PLOG(ERROR) << "ioctl(" << std::hex << request << std::dec << ") failed"; in send()
/hardware/interfaces/sensors/common/vts/2_X/
DVtsHalSensorsV2_XTargetTest.h384 << s.sensorHandle << std::dec << " type=" << static_cast<int>(s.type) in TEST_P()
483 << s.sensorHandle << std::dec << " type=" << static_cast<int>(s.type) in TEST_P()
613 << sensor.sensorHandle << std::dec in runFlushTest()
635 << sensor.sensorHandle << std::dec << " type=" << static_cast<int>(sensor.type) in runFlushTest()
687 << sensor.sensorHandle << std::dec << " type=" << static_cast<int>(sensor.type) in TEST_P()
724 << sensor.sensorHandle << std::dec << " type=" << static_cast<int>(sensor.type) in TEST_P()
776 << sensor.sensorHandle << std::dec << " type=" << static_cast<int>(sensor.type) in TEST_P()
797 << sensor.sensorHandle << std::dec << " type=" << static_cast<int>(sensor.type) in TEST_P()
821 << std::setfill('0') << sensor.sensorHandle << std::dec in checkRateLevel()
888 << sensor.sensorHandle << std::dec << " type=" << static_cast<int>(sensor.type) in verifyConfigure()
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
DHidReport.cpp126 << "usage: " << std::hex << h.getFullUsage() << std::dec << ", "; in operator <<()
146 os << "), " << std::dec; in operator <<()
DHidParser.cpp287 os << "Usage: 0x" << std::hex << i.fullUsage << std::dec in operator <<()
303 << report.usage << std::dec in operator <<()
312 << std::dec << LOG_ENDL; in operator <<()
DHidTree.cpp42 << ", usage " << std::hex << mFullUsage << std::dec << LOG_ENDL; in outputRecursive()
/hardware/google/gchips/include/
DVendorVideoAPI.h136 ExynosVideoDecData dec; member
/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_bufferdescriptor.cpp108 stream << std::dec; in describe_usage()
/hardware/interfaces/automotive/can/1.0/tools/
Dcanhaldump.cpp55 std::cout << std::nouppercase << std::dec << std::endl; in onReceive()
/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/generic/families/
DNl80211.cpp949 ss << "crc=" << std::hex << std::setw(4) << crc16(alldata) << std::dec << ", "; in informationElementsToStream()
991 ss << std::hex << std::setw(4) << crc16(data) << std::dec; in informationElementsToStream()
/hardware/interfaces/tests/expression/1.0/
DIExpression.hal42 // dec literals are either int32_t or int64_t
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp351 struct v4l2_decoder_cmd dec; in async_message_thread() local
352 memset(&dec, 0, sizeof(dec)); in async_message_thread()
353 dec.cmd = V4L2_QCOM_CMD_SESSION_CONTINUE; in async_message_thread()
354 rc = ioctl(pfds[0].fd, VIDIOC_DECODER_CMD, &dec); in async_message_thread()
3151 struct v4l2_decoder_cmd dec; in execute_omx_flush() local
3154 dec.cmd = V4L2_QCOM_CMD_FLUSH; in execute_omx_flush()
3160 dec.flags = V4L2_QCOM_CMD_FLUSH_CAPTURE; in execute_omx_flush()
3169 dec.flags = V4L2_QCOM_CMD_FLUSH_OUTPUT | V4L2_QCOM_CMD_FLUSH_CAPTURE; in execute_omx_flush()
3172 if (ioctl(drv_ctx.video_driver_fd, VIDIOC_DECODER_CMD, &dec)) { in execute_omx_flush()
7059 struct v4l2_decoder_cmd dec; in empty_this_buffer_proxy() local
[all …]
/hardware/qcom/sdm845/display/gralloc/
Dgr_buf_mgr.cpp402 *os << std::dec << std::setfill(' ') << std::endl; in Dump()
/hardware/interfaces/sensors/1.0/vts/functional/
DVtsHalSensorsV1_0TargetTest.cpp160 << s.sensorHandle << std::dec << " type=" << static_cast<int>(s.type) in TEST_P()
/hardware/libhardware/modules/sensors/dynamic_sensor/
DHidRawSensor.cpp111 << std::hex << usage << std::dec << LOG_ENDL; in HidRawSensor()
1066 ss << std::dec << std::setfill(' ') << LOG_ENDL; in dump()
/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_display.cpp2447 << layer->GetLayerDataspace() << std::dec << std::setfill(' '); in Dump()
2450 os << " buffer_id: " << std::hex << "0x" << sdm_layer->input_buffer.buffer_id << std::dec in Dump()
2459 << client_target_->GetLayerDataspace() << std::dec << std::setfill(' '); in Dump()
2460 os << " buffer_id: " << std::hex << "0x" << sdm_layer->input_buffer.buffer_id << std::dec in Dump()
/hardware/qcom/sm7250/display/composer/
Dhwc_display.cpp2359 << layer->GetLayerDataspace() << std::dec << std::setfill(' '); in Dump()
2362 *os << " buffer_id: " << std::hex << "0x" << sdm_layer->input_buffer.buffer_id << std::dec; in Dump()
2372 << client_target_->GetLayerDataspace() << std::dec << std::setfill(' '); in Dump()
2373 *os << " buffer_id: " << std::hex << "0x" << sdm_layer->input_buffer.buffer_id << std::dec; in Dump()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp3100 struct v4l2_decoder_cmd dec; in execute_omx_flush() local
3103 dec.cmd = V4L2_DEC_QCOM_CMD_FLUSH; in execute_omx_flush()
3109 dec.flags = V4L2_DEC_QCOM_CMD_FLUSH_CAPTURE; in execute_omx_flush()
3118 dec.flags = V4L2_DEC_QCOM_CMD_FLUSH_OUTPUT | V4L2_DEC_QCOM_CMD_FLUSH_CAPTURE; in execute_omx_flush()
3122 if (ioctl(drv_ctx.video_driver_fd, VIDIOC_DECODER_CMD, &dec)) { in execute_omx_flush()
12323 struct v4l2_decoder_cmd dec; in prefetchNewBuffers() local
12335 memset((void *)&dec, 0 , sizeof(dec)); in prefetchNewBuffers()
12340 dec.cmd = V4L2_DEC_QCOM_CMD_RECONFIG_HINT; in prefetchNewBuffers()
12341 if (ioctl(drv_ctx.video_driver_fd, VIDIOC_DECODER_CMD, &dec)) { in prefetchNewBuffers()
12345 dec.raw.data[0], dec.raw.data[1]); in prefetchNewBuffers()
[all …]
Domx_vdec_hevc.cpp687 struct v4l2_decoder_cmd dec; in ~omx_vdec() local
696 dec.cmd = V4L2_DEC_CMD_STOP; in ~omx_vdec()
697 if (ioctl(drv_ctx.video_driver_fd, VIDIOC_DECODER_CMD, &dec)) { in ~omx_vdec()
2125 struct v4l2_decoder_cmd dec; in execute_omx_flush() local
2128 dec.cmd = V4L2_DEC_QCOM_CMD_FLUSH; in execute_omx_flush()
2132 dec.flags = V4L2_DEC_QCOM_CMD_FLUSH_OUTPUT; in execute_omx_flush()
2136 dec.flags = V4L2_DEC_QCOM_CMD_FLUSH_CAPTURE; in execute_omx_flush()
2141 dec.flags = V4L2_DEC_QCOM_CMD_FLUSH_OUTPUT | in execute_omx_flush()
2145 if (ioctl(drv_ctx.video_driver_fd, VIDIOC_DECODER_CMD, &dec)) { in execute_omx_flush()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_hevc.cpp692 struct v4l2_decoder_cmd dec; in ~omx_vdec() local
701 dec.cmd = V4L2_DEC_CMD_STOP; in ~omx_vdec()
702 if (ioctl(drv_ctx.video_driver_fd, VIDIOC_DECODER_CMD, &dec)) { in ~omx_vdec()
2146 struct v4l2_decoder_cmd dec; in execute_omx_flush() local
2149 dec.cmd = V4L2_DEC_QCOM_CMD_FLUSH; in execute_omx_flush()
2153 dec.flags = V4L2_DEC_QCOM_CMD_FLUSH_OUTPUT; in execute_omx_flush()
2157 dec.flags = V4L2_DEC_QCOM_CMD_FLUSH_CAPTURE; in execute_omx_flush()
2162 dec.flags = V4L2_DEC_QCOM_CMD_FLUSH_OUTPUT | in execute_omx_flush()
2166 if (ioctl(drv_ctx.video_driver_fd, VIDIOC_DECODER_CMD, &dec)) { in execute_omx_flush()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp3323 struct v4l2_decoder_cmd dec; in execute_omx_flush() local
3326 dec.cmd = V4L2_DEC_QCOM_CMD_FLUSH; in execute_omx_flush()
3332 dec.flags = V4L2_DEC_QCOM_CMD_FLUSH_CAPTURE; in execute_omx_flush()
3341 dec.flags = V4L2_DEC_QCOM_CMD_FLUSH_OUTPUT | V4L2_DEC_QCOM_CMD_FLUSH_CAPTURE; in execute_omx_flush()
3345 if (ioctl(drv_ctx.video_driver_fd, VIDIOC_DECODER_CMD, &dec)) { in execute_omx_flush()
13538 struct v4l2_decoder_cmd dec; in prefetchNewBuffers() local
13550 memset((void *)&dec, 0 , sizeof(dec)); in prefetchNewBuffers()
13555 dec.cmd = V4L2_DEC_QCOM_CMD_RECONFIG_HINT; in prefetchNewBuffers()
13556 if (ioctl(drv_ctx.video_driver_fd, VIDIOC_DECODER_CMD, &dec)) { in prefetchNewBuffers()
13560 dec.raw.data[0], dec.raw.data[1]); in prefetchNewBuffers()
[all …]
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp374 struct v4l2_decoder_cmd dec; in async_message_thread() local
375 memset(&dec, 0, sizeof(dec)); in async_message_thread()
376 dec.cmd = V4L2_QCOM_CMD_SESSION_CONTINUE; in async_message_thread()
377 rc = ioctl(pfds[0].fd, VIDIOC_DECODER_CMD, &dec); in async_message_thread()
3292 struct v4l2_decoder_cmd dec; in execute_omx_flush() local
3295 dec.cmd = V4L2_QCOM_CMD_FLUSH; in execute_omx_flush()
3301 dec.flags = V4L2_QCOM_CMD_FLUSH_CAPTURE; in execute_omx_flush()
3310 dec.flags = V4L2_QCOM_CMD_FLUSH_OUTPUT | V4L2_QCOM_CMD_FLUSH_CAPTURE; in execute_omx_flush()
3313 if (ioctl(drv_ctx.video_driver_fd, VIDIOC_DECODER_CMD, &dec)) { in execute_omx_flush()
7624 struct v4l2_decoder_cmd dec; in empty_this_buffer_proxy() local
[all …]

12