Searched refs:buf (Results 401 - 425 of 532) sorted by relevance

<<11121314151617181920>>

/hardware/qcom/camera/msm8998/QCamera2/stack/common/
H A Dmm_camera_interface.h120 /** mm_camera_buf_def_t: structure for stream frame buf
123 * @buf_idx : index of the buf within the stream bufs, to be
159 /** mm_camera_super_buf_t: super buf structure for bundled
165 * @num_bufs : number of buffers in the super buf, should not
179 * Request type for super buf from channel
186 /** mm_camera_req_buf_t: Attributes for super buf request
188 * @type : type of super buf requested
321 * get continuous frames: when the super buf is ready
383 * @look_back : look back how many frames from last buf.
510 * buf befor
[all...]
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera_muxer.c1264 * @buf : buf ptr to be enqueued
1271 mm_camera_buf_def_t *buf, mm_camera_obj_t *cam_obj)
1280 rc = mm_camera_qbuf(my_obj, ch_id, buf);
1326 * @buf : request buffer info
1333 mm_camera_req_buf_t *buf, mm_camera_obj_t *cam_obj)
1339 if(my_obj && buf) {
1342 buf->type = MM_CAMERA_REQ_FRAME_SYNC_BUF;
1343 rc = mm_camera_request_super_buf (my_obj, chID, buf);
1359 * @buf
1270 mm_camera_muxer_qbuf(uint32_t camera_handle, uint32_t ch_id, mm_camera_buf_def_t *buf, mm_camera_obj_t *cam_obj) argument
1332 mm_camera_muxer_request_super_buf(uint32_t ch_id, mm_camera_req_buf_t *buf, mm_camera_obj_t *cam_obj) argument
[all...]
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
H A DIPACM_Netlink.cpp259 unsigned char *buf = NULL; local
294 buf = (unsigned char *)malloc(msglen);
295 if(buf == NULL)
314 iov->iov_base = buf;
326 unsigned char *buf = NULL; local
339 buf = (unsigned char *)msgh->msg_iov->iov_base;
342 if(buf)
344 free(buf);
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_mdpcomp.cpp61 void MDPComp::dump(android::String8& buf, hwc_context_t *ctx) argument
66 dumpsys_log(buf,"HWC Map for Dpy: %s \n",
69 dumpsys_log(buf,"CURR_FRAME: layerCount:%2d mdpCount:%2d "
72 dumpsys_log(buf,"needsFBRedraw:%3s pipesUsed:%2d MaxPipesPerMixer: %d \n",
76 dumpsys_log(buf, "Programmed ROI's: Left: [%d, %d, %d, %d] "
85 dumpsys_log(buf, "Programmed ROI: [%d, %d, %d, %d] \n",
90 dumpsys_log(buf," --------------------------------------------- \n");
91 dumpsys_log(buf," listIdx | cached? | mdpIndex | comptype | Z \n");
92 dumpsys_log(buf," --------------------------------------------- \n");
94 dumpsys_log(buf,"
[all...]
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_mdpcomp.cpp62 void MDPComp::dump(android::String8& buf, hwc_context_t *ctx) argument
67 dumpsys_log(buf,"HWC Map for Dpy: %s \n",
70 dumpsys_log(buf,"CURR_FRAME: layerCount:%2d mdpCount:%2d "
73 dumpsys_log(buf,"needsFBRedraw:%3s pipesUsed:%2d MaxPipesPerMixer: %d \n",
77 dumpsys_log(buf, "Programmed ROI's: Left: [%d, %d, %d, %d] "
86 dumpsys_log(buf, "Programmed ROI: [%d, %d, %d, %d] \n",
91 dumpsys_log(buf," --------------------------------------------- \n");
92 dumpsys_log(buf," listIdx | cached? | mdpIndex | comptype | Z \n");
93 dumpsys_log(buf," --------------------------------------------- \n");
95 dumpsys_log(buf,"
[all...]
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
H A Dh264parse.h125 extern void* h264_memset( void* buf, uint32_t c, uint32_t num );
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
H A Dvbp_vc1_parser.c240 start_code = *(unsigned char*)(cubby.buf + cubby.sc_end_pos);
295 cubby.buf = cubby.buf +
941 slc_data->buffer_addr = cxt->parse_cubby.buf + cxt->list.data[index].stpos;
/hardware/intel/common/libva/test/decode/
H A Dtinyjpeg.c537 int tinyjpeg_parse_header(struct jdec_private *priv, const unsigned char *buf, unsigned int size) argument
542 if ((buf[0] != 0xFF) || (buf[1] != SOI))
545 priv->stream_begin = buf;
/hardware/invensense/6515/libsensors_iio/software/core/driver/include/
H A Dlog.h386 int _MLWriteLog(const char *buf, int buflen);
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
H A Dlog.h332 int _MLWriteLog(const char *buf, int buflen);
/hardware/qcom/audio/hal/
H A Dplatform_info.c932 void *buf; local
967 buf = XML_GetBuffer(parser, kBufSize);
968 if (buf == NULL) {
974 bytes_read = fread(buf, 1, kBufSize, file);
/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCameraStream.h158 int32_t handleCacheOps(mm_camera_buf_def_t* buf);
167 cam_stream_info_t *mStreamInfo; // ptr to stream info buf
195 bool mDynBufAlloc; // allow buf allocation in 2 steps
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3Stream.cpp73 * @ops_tbl : ptr to buf mapping/unmapping ops
114 * @ops_tbl : ptr to buf mapping/unmapping ops
400 LOGE("no memory for stream info buf obj");
631 LOGE("Not a valid stream to handle buf");
709 // no data cb routine, return buf here
718 /* flush data buf queue */
852 LOGE("Calling cancel buf on idx:%d for stream type:%d",index, getMyType());
916 * @ops_tbl : ptr to buf mapping/unmapping ops
1040 * @ops_tbl : ptr to buf mapping/unmapping ops
1055 LOGE("un-map stream buf faile
1721 mm_camera_buf_def_t buf; local
[all...]
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_mdpcomp.h47 void dump(android::String8& buf);
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
H A Dvideo_encoder_test.c996 queueitem.clientdata = (void *)venc_msg.buf.clientdata;
1000 tempbuffer->filled_len = venc_msg.buf.len;
1007 queueitem.clientdata = (void *)venc_msg.buf.clientdata;
1011 tempbuffer->filled_len = venc_msg.buf.len;
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dmsm_q6vdec.h212 struct vdec_buf_info buf; member in struct:vdec_buffer
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dmsm_q6vdec.h181 struct vdec_buf_info buf; member in struct:vdec_buffer
/hardware/qcom/msm8996/kernel-headers/linux/
H A Dmsm_q6vdec.h212 struct vdec_buf_info buf; member in struct:vdec_buffer
/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dmsm_q6vdec.h181 struct vdec_buf_info buf; member in struct:vdec_buffer
/hardware/google/av/media/sfplugin/
H A DCCodec.cpp1378 for (const std::shared_ptr<C2Buffer> &buf : work->worklets.front()->output.buffers) {
1379 for (const std::shared_ptr<const C2Info> &info : buf->info()) {
1383 for (const C2ConstGraphicBlock &block : buf->data().graphicBlocks()) {
1408 for (const std::shared_ptr<C2Buffer> &buf : work->worklets.front()->output.buffers) {
1409 if (buf->data().graphicBlocks().size()) {
1411 if (!buf->hasInfo(ix)) {
1416 buf->setInfo(std::static_pointer_cast<C2Info>(info));
/hardware/qcom/media/msm8996/videopp/src/
H A Domx_vdpp.cpp2502 DEBUG_PRINT_LOW(" Buffer queue size %d pending buf cnt %d",
3884 struct v4l2_buffer buf; local
4021 DEBUG_PRINT_LOW("vdec: use buf: pmem_fd=0x%lx",
4356 struct v4l2_buffer buf; local
4767 struct v4l2_buffer buf; local
5008 struct v4l2_buffer buf; local
5562 struct v4l2_buffer buf; local
5568 memset( (void *)&buf, 0, sizeof(buf));
5572 { buf
5779 struct v4l2_buffer buf; local
[all...]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
H A Domx_video_encoder.cpp2243 m_sVenc_msg->buf.clientdata;
2260 omxhdr = (OMX_BUFFERHEADERTYPE*)m_sVenc_msg->buf.clientdata;
2270 if (!omx->is_secure_session() && (m_sVenc_msg->buf.len <= omxhdr->nAllocLen)) {
2271 omxhdr->nFilledLen = m_sVenc_msg->buf.len;
2272 omxhdr->nOffset = m_sVenc_msg->buf.offset;
2273 omxhdr->nTimeStamp = m_sVenc_msg->buf.timestamp;
2274 DEBUG_PRINT_LOW("o/p TS = %u", (unsigned int)m_sVenc_msg->buf.timestamp);
2275 omxhdr->nFlags = m_sVenc_msg->buf.flags;
2281 (m_sVenc_msg->buf.ptrbuffer),
2282 m_sVenc_msg->buf
[all...]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Domx_video_encoder.cpp2531 m_sVenc_msg->buf.clientdata;
2548 omxhdr = (OMX_BUFFERHEADERTYPE*)m_sVenc_msg->buf.clientdata;
2558 if (!omx->is_secure_session() && (m_sVenc_msg->buf.len <= omxhdr->nAllocLen)) {
2559 omxhdr->nFilledLen = m_sVenc_msg->buf.len;
2560 omxhdr->nOffset = m_sVenc_msg->buf.offset;
2561 omxhdr->nTimeStamp = m_sVenc_msg->buf.timestamp;
2562 DEBUG_PRINT_LOW("o/p TS = %u", (unsigned int)m_sVenc_msg->buf.timestamp);
2563 omxhdr->nFlags = m_sVenc_msg->buf.flags;
2570 (m_sVenc_msg->buf.ptrbuffer),
2571 m_sVenc_msg->buf
[all...]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_v4l2.cpp3157 DEBUG_PRINT_LOW("Buffer queue size %lu pending buf cnt %d",
4041 DEBUG_PRINT_ERROR("Requested o/p buf count (%u) exceeds limit (%u)",
4168 DEBUG_PRINT_ERROR("Requested i/p buf count (%u) exceeds limit (%u)",
5563 struct v4l2_buffer buf; local
5751 DEBUG_PRINT_LOW("vdec: use buf: pmem_fd=0x%lx",
5777 buf.index = i;
5778 buf.type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
5779 buf.memory = V4L2_MEMORY_USERPTR;
5799 buf.m.planes = plane;
5800 buf
6274 struct v4l2_buffer buf; local
6644 struct v4l2_buffer buf; local
7215 struct v4l2_buffer buf; local
7452 struct v4l2_buffer buf; local
9354 OMX_U8 *buf, *pdest; local
11330 OMX_U8 *buf = buf_hdr->pBuffer + buf_hdr->nOffset; local
[all...]
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_v4l2.cpp3380 DEBUG_PRINT_LOW("Buffer queue size %lu pending buf cnt %d",
4320 DEBUG_PRINT_ERROR("Requested o/p buf count (%u) exceeds limit (%u)",
4466 DEBUG_PRINT_ERROR("Requested i/p buf count (%u) exceeds limit (%u)",
5987 struct v4l2_buffer buf; local
6175 DEBUG_PRINT_LOW("vdec: use buf: pmem_fd=0x%lx",
6201 buf.index = i;
6202 buf.type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
6203 buf.memory = V4L2_MEMORY_USERPTR;
6223 buf.m.planes = plane;
6224 buf
6802 struct v4l2_buffer buf; local
7240 struct v4l2_buffer buf; local
7831 struct v4l2_buffer buf; local
8080 struct v4l2_buffer buf; local
10099 OMX_U8 *buf, *pdest; local
12456 OMX_U8 *buf = buf_hdr->pBuffer + buf_hdr->nOffset; local
[all...]

Completed in 676 milliseconds

<<11121314151617181920>>