Searched refs:v4l2_buf_ptr (Results 1 – 11 of 11) sorted by relevance
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 8415 struct v4l2_buffer *v4l2_buf_ptr = NULL; in async_message_process() local 8477 v4l2_buf_ptr = (v4l2_buffer*)vdec_msg->msgdata.input_frame_clientdata; in async_message_process() 8478 if (omx->m_inp_mem_ptr == NULL || v4l2_buf_ptr == NULL || in async_message_process() 8479 v4l2_buf_ptr->index >= omx->drv_ctx.ip_buf.actualcount) { in async_message_process() 8485 omxhdr = omx->m_inp_mem_ptr + v4l2_buf_ptr->index; in async_message_process() 8487 if (v4l2_buf_ptr->flags & V4L2_QCOM_BUF_INPUT_UNSUPPORTED) { in async_message_process() 8492 if (v4l2_buf_ptr->flags & V4L2_QCOM_BUF_DATA_CORRUPT) { in async_message_process() 8506 if (v4l2_buf_ptr->flags & V4L2_BUF_FLAG_KEYFRAME || in async_message_process() 8507 v4l2_buf_ptr->flags & V4L2_QCOM_BUF_FLAG_IDRFRAME) { in async_message_process() 8527 v4l2_buf_ptr = (v4l2_buffer*)vdec_msg->msgdata.output_frame.client_data; in async_message_process() [all …]
|
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/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/sm8150/media/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 8869 struct v4l2_buffer *v4l2_buf_ptr = NULL; in async_message_process() local 8933 v4l2_buf_ptr = (v4l2_buffer*)vdec_msg->msgdata.input_frame_clientdata; in async_message_process() 8934 if (omx->m_inp_mem_ptr == NULL || v4l2_buf_ptr == NULL || in async_message_process() 8935 v4l2_buf_ptr->index >= omx->drv_ctx.ip_buf.actualcount) { in async_message_process() 8941 omxhdr = omx->m_inp_mem_ptr + v4l2_buf_ptr->index; in async_message_process() 8943 if (v4l2_buf_ptr->flags & V4L2_QCOM_BUF_INPUT_UNSUPPORTED) { in async_message_process() 8948 if (v4l2_buf_ptr->flags & V4L2_BUF_FLAG_DATA_CORRUPT) { in async_message_process() 8962 if (v4l2_buf_ptr->flags & V4L2_BUF_FLAG_KEYFRAME) { in async_message_process() 8981 v4l2_buf_ptr = (v4l2_buffer*)vdec_msg->msgdata.output_frame.client_data; in async_message_process() 8993 if (v4l2_buf_ptr == NULL || omx_base_address == NULL || 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()
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/ |
D | omx_vdec_copper.cpp | 6319 struct v4l2_buffer *v4l2_buf_ptr=NULL; in async_message_process() local 6392 v4l2_buf_ptr = (v4l2_buffer*)vdec_msg->msgdata.input_frame_clientdata; in async_message_process() 6393 omxhdr=omx->m_inp_mem_ptr+v4l2_buf_ptr->index; in async_message_process() 6418 v4l2_buf_ptr = (v4l2_buffer*)vdec_msg->msgdata.output_frame.client_data; in async_message_process() 6419 omxhdr=omx->m_out_mem_ptr+v4l2_buf_ptr->index; in async_message_process() 6433 omxhdr->nTimeStamp = omx->m_out_mem_ptr[v4l2_buf_ptr->index].nTimeStamp; in async_message_process() 6434 omxhdr->nFlags = omx->m_out_mem_ptr[v4l2_buf_ptr->index].nFlags; in async_message_process() 6436 if (v4l2_buf_ptr->flags & V4L2_BUF_FLAG_EOS) in async_message_process() 6441 …vdec_msg->msgdata.output_frame.bufferaddr=omx->drv_ctx.ptr_outputbuffer[v4l2_buf_ptr->index].buffe… in async_message_process()
|