Searched refs:v4l2_buf_ptr (Results 1 – 6 of 6) sorted by relevance
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_msm8974.cpp | 7526 struct v4l2_buffer *v4l2_buf_ptr = NULL; in async_message_process() local 7588 v4l2_buf_ptr = (v4l2_buffer*)vdec_msg->msgdata.input_frame_clientdata; in async_message_process() 7589 omxhdr=omx->m_inp_mem_ptr+v4l2_buf_ptr->index; in async_message_process() 7596 if (v4l2_buf_ptr->flags & V4L2_QCOM_BUF_INPUT_UNSUPPORTED) { in async_message_process() 7600 if (v4l2_buf_ptr->flags & V4L2_QCOM_BUF_DATA_CORRUPT) { in async_message_process() 7632 v4l2_buf_ptr = (v4l2_buffer*)vdec_msg->msgdata.output_frame.client_data; in async_message_process() 7633 omxhdr=omx->m_out_mem_ptr+v4l2_buf_ptr->index; in async_message_process() 7637 vdec_msg->msgdata.output_frame.pic_type, v4l2_buf_ptr->flags, in async_message_process() 7655 if (v4l2_buf_ptr->flags & V4L2_QCOM_BUF_FLAG_EOS) { in async_message_process() 7662 …if (v4l2_buf_ptr->flags & V4L2_BUF_FLAG_KEYFRAME || v4l2_buf_ptr->flags & V4L2_QCOM_BUF_FLAG_IDRFR… in async_message_process() [all …]
|
D | omx_vdec_hevc_swvdec.cpp | 7256 struct v4l2_buffer *v4l2_buf_ptr = NULL; in async_message_process() local 7318 v4l2_buf_ptr = (v4l2_buffer*)vdec_msg->msgdata.input_frame_clientdata; in async_message_process() 7319 omxhdr=omx->m_inp_mem_ptr+v4l2_buf_ptr->index; in async_message_process() 7326 if (v4l2_buf_ptr->flags & V4L2_QCOM_BUF_INPUT_UNSUPPORTED) { in async_message_process() 7330 if (v4l2_buf_ptr->flags & V4L2_QCOM_BUF_DATA_CORRUPT) { in async_message_process() 7359 v4l2_buf_ptr = (v4l2_buffer*)vdec_msg->msgdata.output_frame.client_data; in async_message_process() 7360 omxhdr=p_mem_ptr+v4l2_buf_ptr->index; in async_message_process() 7362 … omxhdr, omxhdr->pBuffer, v4l2_buf_ptr->index, vdec_msg->msgdata.output_frame.time_stamp, in async_message_process() 7383 if (v4l2_buf_ptr->flags & V4L2_QCOM_BUF_FLAG_EOS) { in async_message_process() 7390 …if (v4l2_buf_ptr->flags & V4L2_BUF_FLAG_KEYFRAME || v4l2_buf_ptr->flags & V4L2_QCOM_BUF_FLAG_IDRFR… in async_message_process() [all …]
|
D | omx_vdec_hevc.cpp | 6087 struct v4l2_buffer *v4l2_buf_ptr = NULL; in async_message_process() local 6139 v4l2_buf_ptr = (v4l2_buffer*)vdec_msg->msgdata.input_frame_clientdata; in async_message_process() 6140 omxhdr=omx->m_inp_mem_ptr+v4l2_buf_ptr->index; in async_message_process() 6164 v4l2_buf_ptr = (v4l2_buffer*)vdec_msg->msgdata.output_frame.client_data; in async_message_process() 6165 omxhdr=omx->m_out_mem_ptr+v4l2_buf_ptr->index; in async_message_process() 6178 omxhdr->nFlags = omx->m_out_mem_ptr[v4l2_buf_ptr->index].nFlags; in async_message_process() 6180 if (v4l2_buf_ptr->flags & V4L2_QCOM_BUF_FLAG_EOS) { in async_message_process() 6184 if (v4l2_buf_ptr->flags & V4L2_QCOM_BUF_FLAG_EOSEQ) { in async_message_process() 6188 omx->drv_ctx.ptr_outputbuffer[v4l2_buf_ptr->index].bufferaddr; in async_message_process() 6206 if (v4l2_buf_ptr->flags & V4L2_BUF_FLAG_KEYFRAME) { in async_message_process() [all …]
|
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 6315 struct v4l2_buffer *v4l2_buf_ptr = NULL; in async_message_process() local 6379 v4l2_buf_ptr = (v4l2_buffer*)vdec_msg->msgdata.input_frame_clientdata; in async_message_process() 6380 if (omx->m_inp_mem_ptr == NULL || v4l2_buf_ptr == NULL || in async_message_process() 6381 v4l2_buf_ptr->index >= omx->drv_ctx.ip_buf.actualcount) { in async_message_process() 6387 omxhdr = omx->m_inp_mem_ptr + v4l2_buf_ptr->index; in async_message_process() 6389 if (v4l2_buf_ptr->flags & V4L2_BUF_INPUT_UNSUPPORTED) { in async_message_process() 6394 if (v4l2_buf_ptr->flags & V4L2_BUF_FLAG_DATA_CORRUPT) { in async_message_process() 6413 v4l2_buf_ptr = (v4l2_buffer*)vdec_msg->msgdata.output_frame.client_data; in async_message_process() 6425 if (v4l2_buf_ptr == NULL || omx_base_address == NULL || in async_message_process() 6426 v4l2_buf_ptr->index >= omx->drv_ctx.op_buf.actualcount) { in async_message_process() [all …]
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 9104 struct v4l2_buffer *v4l2_buf_ptr = NULL; in async_message_process() local 9167 v4l2_buf_ptr = (v4l2_buffer*)vdec_msg->msgdata.input_frame_clientdata; in async_message_process() 9168 if (omx->m_inp_mem_ptr == NULL || v4l2_buf_ptr == NULL || in async_message_process() 9169 v4l2_buf_ptr->index >= omx->drv_ctx.ip_buf.actualcount) { in async_message_process() 9175 omxhdr = omx->m_inp_mem_ptr + v4l2_buf_ptr->index; in async_message_process() 9177 if (v4l2_buf_ptr->flags & V4L2_QCOM_BUF_INPUT_UNSUPPORTED) { in async_message_process() 9182 if (v4l2_buf_ptr->flags & V4L2_QCOM_BUF_DATA_CORRUPT) { in async_message_process() 9196 if (v4l2_buf_ptr->flags & V4L2_BUF_FLAG_KEYFRAME || in async_message_process() 9197 v4l2_buf_ptr->flags & V4L2_QCOM_BUF_FLAG_IDRFRAME) { in async_message_process() 9217 v4l2_buf_ptr = (v4l2_buffer*)vdec_msg->msgdata.output_frame.client_data; in async_message_process() [all …]
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_hevc_swvdec.cpp | 7471 struct v4l2_buffer *v4l2_buf_ptr = NULL; in async_message_process() local 7533 v4l2_buf_ptr = (v4l2_buffer*)vdec_msg->msgdata.input_frame_clientdata; in async_message_process() 7534 omxhdr=omx->m_inp_mem_ptr+v4l2_buf_ptr->index; in async_message_process() 7541 if (v4l2_buf_ptr->flags & V4L2_QCOM_BUF_INPUT_UNSUPPORTED) { in async_message_process() 7545 if (v4l2_buf_ptr->flags & V4L2_QCOM_BUF_DATA_CORRUPT) { in async_message_process() 7574 v4l2_buf_ptr = (v4l2_buffer*)vdec_msg->msgdata.output_frame.client_data; in async_message_process() 7575 omxhdr=p_mem_ptr+v4l2_buf_ptr->index; in async_message_process() 7577 … omxhdr, omxhdr->pBuffer, v4l2_buf_ptr->index, vdec_msg->msgdata.output_frame.time_stamp, in async_message_process() 7598 if (v4l2_buf_ptr->flags & V4L2_QCOM_BUF_FLAG_EOS) { in async_message_process() 7605 …if (v4l2_buf_ptr->flags & V4L2_BUF_FLAG_KEYFRAME || v4l2_buf_ptr->flags & V4L2_QCOM_BUF_FLAG_IDRFR… in async_message_process() [all …]
|