Searched refs:v4l2_buf_ptr (Results 1 – 6 of 6) sorted by relevance
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 9084 struct v4l2_buffer *v4l2_buf_ptr = NULL; in async_message_process() local 9147 v4l2_buf_ptr = (v4l2_buffer*)vdec_msg->msgdata.input_frame_clientdata; in async_message_process() 9148 if (omx->m_inp_mem_ptr == NULL || v4l2_buf_ptr == NULL || in async_message_process() 9149 v4l2_buf_ptr->index >= omx->drv_ctx.ip_buf.actualcount) { in async_message_process() 9155 omxhdr = omx->m_inp_mem_ptr + v4l2_buf_ptr->index; in async_message_process() 9157 if (v4l2_buf_ptr->flags & V4L2_QCOM_BUF_INPUT_UNSUPPORTED) { in async_message_process() 9162 if (v4l2_buf_ptr->flags & V4L2_QCOM_BUF_DATA_CORRUPT) { in async_message_process() 9176 if (v4l2_buf_ptr->flags & V4L2_BUF_FLAG_KEYFRAME || in async_message_process() 9177 v4l2_buf_ptr->flags & V4L2_QCOM_BUF_FLAG_IDRFRAME) { in async_message_process() 9197 v4l2_buf_ptr = (v4l2_buffer*)vdec_msg->msgdata.output_frame.client_data; in async_message_process() [all …]
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
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/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 …]
|
D | omx_vdec_hevc.cpp | 6051 struct v4l2_buffer *v4l2_buf_ptr = NULL; in async_message_process() local 6103 v4l2_buf_ptr = (v4l2_buffer*)vdec_msg->msgdata.input_frame_clientdata; in async_message_process() 6104 omxhdr=omx->m_inp_mem_ptr+v4l2_buf_ptr->index; in async_message_process() 6128 v4l2_buf_ptr = (v4l2_buffer*)vdec_msg->msgdata.output_frame.client_data; in async_message_process() 6129 omxhdr=omx->m_out_mem_ptr+v4l2_buf_ptr->index; in async_message_process() 6142 omxhdr->nFlags = omx->m_out_mem_ptr[v4l2_buf_ptr->index].nFlags; in async_message_process() 6144 if (v4l2_buf_ptr->flags & V4L2_QCOM_BUF_FLAG_EOS) { in async_message_process() 6148 if (v4l2_buf_ptr->flags & V4L2_QCOM_BUF_FLAG_EOSEQ) { in async_message_process() 6152 omx->drv_ctx.ptr_outputbuffer[v4l2_buf_ptr->index].bufferaddr; in async_message_process() 6170 if (v4l2_buf_ptr->flags & V4L2_BUF_FLAG_KEYFRAME) { in async_message_process() [all …]
|
/hardware/qcom/media/msm8996/videopp/src/ |
D | omx_vdpp.cpp | 6400 struct v4l2_buffer *v4l2_buf_ptr = NULL; in async_message_process() local 6453 v4l2_buf_ptr = (v4l2_buffer*)vdpp_msg->msgdata.input_frame_clientdata; in async_message_process() 6457 omxhdr=omx->m_inp_mem_ptr+v4l2_buf_ptr->index; in async_message_process() 6458 …DEBUG_PRINT_LOW(" VDPP_MSG_RESP_INPUT_BUFFER_DONE 1 v4l2_buf_ptr->index = %d", v4l2_buf_ptr->index… in async_message_process() 6476 v4l2_buf_ptr = (v4l2_buffer*)vdpp_msg->msgdata.output_frame.client_data; in async_message_process() 6477 omxhdr=omx->m_out_mem_ptr+v4l2_buf_ptr->index; in async_message_process() 6478 …DEBUG_PRINT_LOW("VDPP_MSG_RESP_OUTPUT_BUFFER_DONE 1 v4l2_buf_ptr->index = %d\n", v4l2_buf_ptr->ind… in async_message_process() 6491 omxhdr->nFlags = omx->m_out_mem_ptr[v4l2_buf_ptr->index].nFlags; in async_message_process() 6494 if (v4l2_buf_ptr->flags & V4L2_QCOM_BUF_FLAG_EOS) in async_message_process() 6502 omx->drv_ctx.ptr_outputbuffer[v4l2_buf_ptr->index].bufferaddr; in async_message_process()
|