HomeSort by relevance Sort by last modified time
    Searched refs:op_buf (Results 1 - 25 of 27) sorted by null

1 2

  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
omx_vdec.cpp 713 pThis->drv_ctx.op_buf = pThis->op_buf_rcnfg;
714 OMX_ERRORTYPE eRet = pThis->set_buffer_req(&pThis->drv_ctx.op_buf);
    [all...]
omx_vdec_hevc.cpp 829 OMX_ERRORTYPE eRet1 = pThis->get_buffer_req(&pThis->drv_ctx.op_buf);
    [all...]
omx_vdec_msm8974.cpp     [all...]
omx_vdec_hevc_swvdec.cpp     [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp 720 pThis->drv_ctx.op_buf = pThis->op_buf_rcnfg;
721 OMX_ERRORTYPE eRet = pThis->set_buffer_req(&pThis->drv_ctx.op_buf);
    [all...]
omx_vdec_copper.cpp     [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc.cpp 824 OMX_ERRORTYPE eRet1 = pThis->get_buffer_req(&pThis->drv_ctx.op_buf);
    [all...]
omx_vdec_hevc_swvdec.cpp     [all...]
omx_vdec_v4l2.cpp     [all...]
  /hardware/qcom/media/sdm845/mm-video-v4l2/vidc/vdec/src/
omx_vdec_v4l2.cpp     [all...]
  /external/e2fsprogs/lib/uuid/
gen_uuid.c 499 char op_buf[64]; local
539 op_buf[0] = op;
542 memcpy(op_buf+1, num, sizeof(*num));
547 ret = write(s, op_buf, op_len);
558 ret = read_all(s, op_buf, reply_len);
561 memcpy(op_buf+16, num, sizeof(int));
563 memcpy(out, op_buf, 16);
  /hardware/qcom/media/msm8996/videopp/src/
omx_vdpp.cpp 166 //DEBUG_PRINT_HIGH("async_message_thread 2.5 omx->drv_ctx.op_buf.buffer_size = %d, plane[0].bytesused = %d, plane[%d].bytesused = %d\n", omx->drv_ctx.op_buf.buffer_size, v4l2_buf.m.planes[0].bytesused, extra_idx, v4l2_buf.m.planes[extra_idx].bytesused);
923 OMX_ERRORTYPE eRet1 = pThis->get_buffer_req(&pThis->drv_ctx.op_buf);
    [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
omx_vdec_v4l2.cpp     [all...]
  /external/e2fsprogs/misc/
uuidd.c 146 char op_buf[8]; local
182 op_buf[0] = op;
185 memcpy(op_buf+1, num, sizeof(int));
189 ret = write_all(s, op_buf, op_len);
  /toolchain/binutils/binutils-2.25/opcodes/
msp430-decode.opc 325 unsigned char op_buf[20] = {0};
326 unsigned char *op = op_buf;
354 op = op_buf + lds.op_ptr;
msp430-decode.c 326 unsigned char op_buf[20] = {0}; local
327 unsigned char *op = op_buf;
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
omx_vdec.h 236 struct vdec_allocatorproperty op_buf; member in struct:video_driver_context
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
omx_vdec_hevc.h 232 struct vdec_allocatorproperty op_buf; member in struct:video_driver_context
    [all...]
omx_vdec.h 268 struct vdec_allocatorproperty op_buf; member in struct:video_driver_context
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
omx_vdec_hevc.h 233 struct vdec_allocatorproperty op_buf; member in struct:video_driver_context
    [all...]
omx_vdec.h 276 struct vdec_allocatorproperty op_buf; member in struct:video_driver_context
    [all...]
omx_vdec_hevc_swvdec.h 257 struct vdec_allocatorproperty op_buf; member in struct:video_driver_context
    [all...]
  /hardware/qcom/media/msm8996/videopp/inc/
omx_vdpp.h 361 struct vdpp_allocatorproperty op_buf; member in struct:video_vpu_context
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
omx_vdec.h 278 struct vdec_allocatorproperty op_buf; member in struct:video_driver_context
    [all...]
  /hardware/qcom/media/sdm845/mm-video-v4l2/vidc/vdec/inc/
omx_vdec.h 453 struct vdec_allocatorproperty op_buf; member in struct:video_driver_context
    [all...]

Completed in 341 milliseconds

1 2