/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/ |
D | PipeComm.cpp | 58 int numBytes; in read() local 60 numBytes = qemu_pipe_frame_recv(mPipeFd, msg.data(), msg.size()); in read() 62 if (numBytes == MAX_RX_MSG_SZ) { in read() 64 } else if (numBytes > 0) { in read() 65 msg.resize(numBytes); in read() 68 ALOGD("%s: Connection terminated on pipe %d, numBytes=%d", __FUNCTION__, mPipeFd, numBytes); in read()
|
D | SocketComm.cpp | 102 int numBytes = 0; in read() local 106 numBytes = ::read(mCurSockFd, &msgSize, sizeof(msgSize)); in read() 109 if (numBytes != sizeof(msgSize)) { in read() 111 ALOGD("%s: numBytes=%d, expected=4", __FUNCTION__, numBytes); in read() 123 numBytes = ::read(mCurSockFd, msg.data(), msgSize); in read() 125 if ((numBytes == msgSize) && (msgSize > 0)) { in read() 130 ALOGD("%s: numBytes=%d, msgSize=%d", __FUNCTION__, numBytes, msgSize); in read()
|
D | VehicleEmulator.cpp | 176 int numBytes = txMsg.ByteSize(); in txMsg() local 177 std::vector<uint8_t> msg(static_cast<size_t>(numBytes)); in txMsg()
|
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/ |
D | IPACM_Log.cpp | 74 int numBytes=0, len; in ipacm_log_send() local 95 …if ((numBytes = sendto(ipacm_log_sockfd, (void *)&ipacm_log_buffer, sizeof(ipacm_log_buffer.user_d… in ipacm_log_send()
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/ |
D | mp4_utils.cpp | 117 psBits->numBytes, in parseHeader() 130 m_posInfo.bytePtr = find_code(m_posInfo.bytePtr,psBits->numBytes, in parseHeader() 155 m_posInfo.bytePtr = find_code(m_posInfo.bytePtr,psBits->numBytes, in parseHeader() 166 psBits->numBytes, in parseHeader()
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
D | mp4_utils.cpp | 117 psBits->numBytes, in parseHeader() 130 m_posInfo.bytePtr = find_code(m_posInfo.bytePtr,psBits->numBytes, in parseHeader() 155 m_posInfo.bytePtr = find_code(m_posInfo.bytePtr,psBits->numBytes, in parseHeader() 166 psBits->numBytes, in parseHeader()
|
D | omx_vdec_hevc.cpp | 5055 psBits.numBytes = buffer->nFilledLen; in empty_this_buffer_proxy() 6393 psBits.numBytes = pdest_frame->nFilledLen; in push_input_sc_codec()
|
D | omx_vdec.cpp | 5410 psBits.numBytes = buffer->nFilledLen; in empty_this_buffer_proxy() 6871 psBits.numBytes = pdest_frame->nFilledLen; in push_input_sc_codec()
|
D | omx_vdec_msm8974.cpp | 7914 psBits.numBytes = pdest_frame->nFilledLen; in push_input_sc_codec()
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
D | mp4_utils.cpp | 117 psBits->numBytes, in parseHeader() 130 m_posInfo.bytePtr = find_code(m_posInfo.bytePtr,psBits->numBytes, in parseHeader() 155 m_posInfo.bytePtr = find_code(m_posInfo.bytePtr,psBits->numBytes, in parseHeader() 166 psBits->numBytes, in parseHeader()
|
D | omx_vdec_hevc.cpp | 5025 psBits.numBytes = buffer->nFilledLen; in empty_this_buffer_proxy() 6357 psBits.numBytes = pdest_frame->nFilledLen; in push_input_sc_codec()
|
D | omx_vdec_v4l2.cpp | 8846 psBits.numBytes = pdest_frame->nFilledLen; in push_input_sc_codec()
|
/hardware/intel/common/wrs_omxil_core/core/src/ |
D | intel_m4v_config_parser.cpp | 79 if (byte_pos > (psBits->numBytes - psBits->bytePos)) in movePointerTo() 81 byte_pos = (psBits->numBytes - psBits->bytePos); in movePointerTo() 98 i = LocateFrameHeader(ptr, psBits->numBytes - initial_byte_aligned_position); in SearchNextM4VFrame() 99 if (psBits->numBytes <= initial_byte_aligned_position + i) in SearchNextM4VFrame() 112 psBits.numBytes = length; in iGetM4VConfigInfo() 238 if (psBits->dataBitPos >= (psBits->numBytes << 3)) in iDecodeVOLHeader() 625 if (dataBytePos > pStream->numBytes - 4) in ShowBits() 628 for (i = 0; i < pStream->numBytes - dataBytePos; i++) in ShowBits() 662 if ((dataBitPos + ucNBits) > (uint32)(pStream->numBytes << 3)) in FlushBits() 694 if ((dataBitPos + ucNBits) > (pStream->numBytes << 3)) in ReadBits() [all …]
|
D | intel_m4v_config_parser.h | 53 uint32 numBytes; member
|
D | intel_video_config_parser.cpp | 77 psBits.numBytes = aInputs->inBytes; in intel_video_config_parser()
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/ |
D | mp4_utils.cpp | 117 psBits->numBytes, in parseHeader() 129 m_posInfo.bytePtr = find_code(m_posInfo.bytePtr,psBits->numBytes, in parseHeader() 151 m_posInfo.bytePtr = find_code(m_posInfo.bytePtr,psBits->numBytes, in parseHeader() 161 psBits->numBytes, in parseHeader()
|
D | omx_vdec_copper.cpp | 5251 psBits.numBytes = buffer->nFilledLen; in empty_this_buffer_proxy() 6642 psBits.numBytes = pdest_frame->nFilledLen; in push_input_sc_codec()
|
D | omx_vdec.cpp | 5645 psBits.numBytes = buffer->nFilledLen; in empty_this_buffer_proxy() 7118 psBits.numBytes = pdest_frame->nFilledLen; in push_input_sc_codec()
|
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/ |
D | mlos.h | 51 void *inv_malloc(unsigned int numBytes);
|
/hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/ |
D | mlos.h | 51 void *inv_malloc(unsigned int numBytes);
|
/hardware/libhardware/tests/vehicle/ |
D | vehicle-hal-tool.c | 266 int numBytes = (len + 1) / 3; in set_property() local 267 uint8_t *buf = calloc(numBytes, sizeof(uint8_t)); in set_property() 269 for (int i = 0; byte != NULL && i < numBytes; i++) { in set_property() 273 vehicle_data.value.bytes_value.len = numBytes; in set_property()
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/ |
D | mp4_utils.h | 126 unsigned long int numBytes; member
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/ |
D | mp4_utils.h | 126 unsigned long int numBytes; member
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
D | mp4_utils.h | 126 unsigned long int numBytes; member
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/ |
D | mp4_utils.h | 126 unsigned long int numBytes; member
|