Searched refs:len (Results 751 - 775 of 795) sorted by relevance

<<3132

/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc_swvdec.cpp164 vdec_msg.msgdata.output_frame.len=plane[0].bytesused;
168 if (vdec_msg.msgdata.output_frame.len) {
255 vdec_msg.msgdata.output_frame.len = 0;
4487 DEBUG_PRINT_HIGH("Native Buffer vaddr %x, idx %d fd %d len %d", (unsigned int)buff,i, handle->fd , drv_ctx.op_buf.buffer_size);
7361 DEBUG_PRINT_LOW("[RespBufDone] Buf(%p) pBuffer (%p) idx %d Ts(%lld) Pic_type(%u) frame.len(%d)",
7363 vdec_msg->msgdata.output_frame.pic_type, vdec_msg->msgdata.output_frame.len);
7372 vdec_msg->msgdata.output_frame.len)
7374 vdec_msg->msgdata.output_frame.len = omxhdr->nAllocLen;
7376 if ( vdec_msg->msgdata.output_frame.len <= omxhdr->nAllocLen)
7378 omxhdr->nFilledLen = vdec_msg->msgdata.output_frame.len;
[all...]
H A Domx_vdec_msm8974.cpp175 vdec_msg.msgdata.output_frame.len=plane[0].bytesused;
179 if (vdec_msg.msgdata.output_frame.len) {
287 vdec_msg.msgdata.output_frame.len = 0;
7618 (unsigned int)vdec_msg->msgdata.output_frame.len,
7629 if ( vdec_msg->msgdata.output_frame.len <= omxhdr->nAllocLen) {
7630 omxhdr->nFilledLen = vdec_msg->msgdata.output_frame.len;
7734 output_respbuf->len = vdec_msg->msgdata.output_frame.len;
7750 vdec_msg->msgdata.output_frame.len);
7753 (unsigned int)vdec_msg->msgdata.output_frame.len,
[all...]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc_swvdec.cpp159 vdec_msg.msgdata.output_frame.len=plane[0].bytesused;
163 if (vdec_msg.msgdata.output_frame.len) {
253 vdec_msg.msgdata.output_frame.len = 0;
4684 DEBUG_PRINT_HIGH("Native Buffer vaddr %p, idx %d fd %d len %d", buff,i, handle->fd , drv_ctx.op_buf.buffer_size);
7576 DEBUG_PRINT_LOW("[RespBufDone] Buf(%p) pBuffer (%p) idx %d Ts(%lld) Pic_type(%u) frame.len(%d)",
7578 vdec_msg->msgdata.output_frame.pic_type, vdec_msg->msgdata.output_frame.len);
7587 vdec_msg->msgdata.output_frame.len)
7589 vdec_msg->msgdata.output_frame.len = omxhdr->nAllocLen;
7591 if ( vdec_msg->msgdata.output_frame.len <= omxhdr->nAllocLen)
7593 omxhdr->nFilledLen = vdec_msg->msgdata.output_frame.len;
[all...]
H A Domx_vdec_v4l2.cpp193 vdec_msg.msgdata.output_frame.len=plane[0].bytesused;
197 if (vdec_msg.msgdata.output_frame.len) {
315 vdec_msg.msgdata.output_frame.len = 0;
8521 (unsigned int)vdec_msg->msgdata.output_frame.len,
8532 if (vdec_msg->msgdata.output_frame.len <= omxhdr->nAllocLen) {
8533 omxhdr->nFilledLen = vdec_msg->msgdata.output_frame.len;
8673 output_respbuf->len = vdec_msg->msgdata.output_frame.len;
8693 vdec_msg->msgdata.output_frame.len);
8696 (unsigned int)vdec_msg->msgdata.output_frame.len,
[all...]
/hardware/interfaces/wifi/1.2/default/
H A Dhidl_struct_util.cpp514 std::vector<uint8_t>(legacy_ie.data, legacy_ie.data + legacy_ie.len);
529 // Each IE should atleast have the header (i.e |id| & |len| fields).
532 uint32_t curr_ie_len = kIeHeaderLen + legacy_ie.len;
535 << ", Curr IE len: " << curr_ie_len
542 << ", len: " << legacy_ie.len;
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
H A DIPACM_Wlan.cpp911 int res = IPACM_SUCCESS, len = 0, i, evt_size; local
933 len = sizeof(struct ipa_ioc_add_hdr) + (1 * sizeof(struct ipa_hdr_add));
934 pHeaderDescriptor = (struct ipa_ioc_add_hdr *)calloc(1, len);
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
H A Domx_video_encoder.cpp2270 if (!omx->is_secure_session() && (m_sVenc_msg->buf.len <= omxhdr->nAllocLen)) {
2271 omxhdr->nFilledLen = m_sVenc_msg->buf.len;
2282 m_sVenc_msg->buf.len);
H A Domx_video_base.cpp2734 DEBUG_PRINT_ERROR("wrong params allocate_input_meta_buffer Hdr %p len %u",
4409 alloc_data->len = (size + (SZ_1M - 1)) & ~(SZ_1M - 1);
4414 (unsigned int)alloc_data->len, (unsigned int)alloc_data->align,
4417 alloc_data->len = (size + (SZ_4K - 1)) & ~(SZ_4K - 1);
4427 (unsigned int)alloc_data->len, (unsigned int)alloc_data->align,
4797 "header=%p filled-len=%u", pdest_frame, (unsigned int)pdest_frame->nFilledLen);
4803 DEBUG_PRINT_LOW("Buffer header %p Filled len size %u",
4826 DEBUG_PRINT_LOW("Buffer header %p Filled len size %u",
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Domx_video_encoder.cpp2558 if (!omx->is_secure_session() && (m_sVenc_msg->buf.len <= omxhdr->nAllocLen)) {
2559 omxhdr->nFilledLen = m_sVenc_msg->buf.len;
2571 m_sVenc_msg->buf.len);
H A Domx_video_base.cpp3045 DEBUG_PRINT_ERROR("wrong params allocate_input_meta_buffer Hdr %p len %u",
4742 alloc_data->len = (size + (SECURE_ALIGN - 1)) & ~(SECURE_ALIGN - 1);
4750 (unsigned int)alloc_data->len, (unsigned int)alloc_data->align,
4753 alloc_data->len = (size + (SZ_4K - 1)) & ~(SZ_4K - 1);
4763 (unsigned int)alloc_data->len, (unsigned int)alloc_data->align,
5145 "header=%p filled-len=%u", pdest_frame, (unsigned int)pdest_frame->nFilledLen);
5151 DEBUG_PRINT_LOW("Buffer header %p Filled len size %u",
5174 DEBUG_PRINT_LOW("Buffer header %p Filled len size %u",
/hardware/interfaces/renderscript/1.0/default/
H A DContext.cpp720 Return<void> Context::scriptGetVarV(Script vs, uint32_t slot, Size len, scriptGetVarV_cb _hidl_cb) { argument
723 size_t _len = static_cast<size_t>(len);
/hardware/qcom/camera/msm8998/QCamera2/stack/common/
H A Dcam_types.h564 uint32_t len; member in struct:__anon2046
570 uint32_t len; member in struct:__anon2047
/hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/
H A Dbt_vendor_qcom.c697 socklen_t len; int sk = -1; local
/hardware/qcom/bt/msm8998/libbt-vendor/src/
H A Dbt_vendor_qcom.c669 socklen_t len; int sk = -1; local
/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCamera2HWICallbacks.cpp531 unsigned char *uvBuf = yBuf + offset.mp[0].len;
589 unsigned char *uvBuf = tempOriBuf + offset.mp[0].len;
607 outMakeupData.uvBuf = tmpBuf + offset.mp[0].len; // VU buffer pointer
3037 index += offset.mp[i-1].len;
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/src/
H A Dmm_jpeg.c520 frame_info.cbcrStartOffset[0] = p_src_buf->offset.mp[0].len;
521 frame_info.cbcrStartOffset[1] = p_src_buf->offset.mp[1].len;
1344 p_frame_info->cbcrStartOffset[0] = p_tmb_buf->offset.mp[0].len;
1345 p_frame_info->cbcrStartOffset[1] = p_tmb_buf->offset.mp[1].len;
3575 LOGH("send jpeg callback %d buf 0x%p len %u JobID %u",
/hardware/qcom/media/msm8996/mm-core/inc/
H A DOMX_QCOMExtns.h1853 OMX_U32 len; member in struct:QOMX_VPP_HQVCTRL_CUSTOM
/hardware/qcom/media/msm8998/mm-core/inc/
H A DOMX_QCOMExtns.h2007 OMX_U32 len; member in struct:QOMX_VPP_HQVCTRL_CUSTOM
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
H A Domx_video_base.cpp3140 DEBUG_PRINT_ERROR("wrong params allocate_input_meta_buffer Hdr %p len %u",
4888 alloc_data->len = (size + (SECURE_ALIGN - 1)) & ~(SECURE_ALIGN - 1);
4896 (unsigned int)alloc_data->len, (unsigned int)alloc_data->align,
4899 alloc_data->len = (size + (SZ_4K - 1)) & ~(SZ_4K - 1);
4909 (unsigned int)alloc_data->len, (unsigned int)alloc_data->align,
5327 "header=%p filled-len=%u", pdest_frame, (unsigned int)pdest_frame->nFilledLen);
5333 DEBUG_PRINT_LOW("Buffer header %p Filled len size %u",
5367 DEBUG_PRINT_LOW("Buffer header %p Filled len size %u",
/hardware/ril/include/telephony/
H A Dril.h1651 char len; member in struct:__anon5866
/hardware/ril/reference-ril/
H A Dril.h1651 char len; member in struct:__anon6085
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
H A Dvideo_encoder_device_copper.cpp198 venc_msg.buf.len= v4l2_buf.m.planes->bytesused;
1234 recon_buff[count].alloc_data.len = size;
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_v4l2.cpp208 vdec_msg.msgdata.output_frame.len=plane[0].bytesused;
337 vdec_msg.msgdata.output_frame.len = 0;
9212 if (vdec_msg->msgdata.output_frame.len <= omxhdr->nAllocLen) {
9213 omxhdr->nFilledLen = vdec_msg->msgdata.output_frame.len;
9270 output_respbuf->len = vdec_msg->msgdata.output_frame.len;
9283 if (vdec_msg->msgdata.output_frame.len) {
9357 if (vdec_msg->msgdata.output_frame.len)
9367 (unsigned int)vdec_msg->msgdata.output_frame.len,
9435 vdec_msg->msgdata.output_frame.len);
[all...]
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3HWI.cpp4507 // Remove len shading map if it's not requested.
6800 * @len : len of the map
6808 size_t len, halType hal_name)
6811 for (size_t i = 0; i < len; i++) {
6832 * @len : len of the map
6840 size_t len, fwkType fwk_name)
6842 for (size_t i = 0; i < len; i++) {
6859 * @len
6807 lookupFwkName(const mapType *arr, size_t len, halType hal_name) argument
6839 lookupHalName(const mapType *arr, size_t len, fwkType fwk_name) argument
6865 lookupProp(const mapType *arr, size_t len, const char *name) argument
16317 size_t len = strlen(str); local
[all...]
/hardware/qcom/audio/hal/
H A Daudio_hw.c1183 #define LUT(table, len, what, dflt) \
1184 for (i=0; i<len && (table[i] != what); i++); \
1185 if (i==len) { ret |= (what == dflt ? 0 : -1); what=table[0]; }

Completed in 2502 milliseconds

<<3132