Searched defs:actualcount (Results 1 - 22 of 22) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/
H A Dvideo_encoder_device_copper.h52 unsigned long actualcount; member in struct:msm_venc_allocatorproperty
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
H A Dvideo_encoder_device_v4l2.h60 unsigned long actualcount; member in struct:msm_venc_allocatorproperty
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
H A Dvideo_encoder_device_v4l2.h65 unsigned long actualcount; member in struct:msm_venc_allocatorproperty
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dmsm_vidc_enc.h274 unsigned long actualcount; member in struct:venc_allocatorproperty
H A Dmsm_vidc_dec.h170 uint32_t actualcount; member in struct:vdec_allocatorproperty
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dmsm_vidc_enc.h478 unsigned long actualcount; member in struct:venc_allocatorproperty
H A Dmsm_vidc_dec.h245 uint32_t actualcount; member in struct:vdec_allocatorproperty
/hardware/qcom/msm8994/kernel-headers/linux/
H A Dmsm_vidc_enc.h300 unsigned long actualcount; member in struct:venc_allocatorproperty
H A Dmsm_vidc_dec.h172 uint32_t actualcount; member in struct:vdec_allocatorproperty
/hardware/qcom/msm8994/original-kernel-headers/linux/
H A Dmsm_vidc_enc.h529 unsigned long actualcount; member in struct:venc_allocatorproperty
H A Dmsm_vidc_dec.h245 uint32_t actualcount; member in struct:vdec_allocatorproperty
/hardware/qcom/msm8996/kernel-headers/linux/
H A Dmsm_vidc_enc.h300 unsigned long actualcount; member in struct:venc_allocatorproperty
H A Dmsm_vidc_dec.h172 uint32_t actualcount; member in struct:vdec_allocatorproperty
/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dmsm_vidc_enc.h529 unsigned long actualcount; member in struct:venc_allocatorproperty
H A Dmsm_vidc_dec.h245 uint32_t actualcount; member in struct:vdec_allocatorproperty
/hardware/qcom/msm8x84/kernel-headers/linux/
H A Dmsm_vidc_enc.h300 unsigned long actualcount; member in struct:venc_allocatorproperty
H A Dmsm_vidc_dec.h172 uint32_t actualcount; member in struct:vdec_allocatorproperty
/hardware/qcom/msm8x84/original-kernel-headers/linux/
H A Dmsm_vidc_enc.h529 unsigned long actualcount; member in struct:venc_allocatorproperty
H A Dmsm_vidc_dec.h245 uint32_t actualcount; member in struct:vdec_allocatorproperty
/hardware/qcom/media/msm8996/videopp/inc/
H A Domx_vdpp.h285 uint32_t actualcount; member in struct:vdpp_allocatorproperty
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc_swvdec.cpp3394 drv_ctx.op_buf.actualcount = portDefn->nBufferCountActual;
3504 drv_ctx.ip_buf.actualcount = portDefn->nBufferCountActual;
4390 for(i=0; i< drv_ctx.op_buf.actualcount; i++) {
4398 if(i >= drv_ctx.op_buf.actualcount) {
4399 DEBUG_PRINT_ERROR("Already using %d o/p buffers", drv_ctx.op_buf.actualcount);
4407 DEBUG_PRINT_HIGH("allocating m_pSwVdecOpBuffer %d", drv_ctx.op_buf.actualcount);
4408 m_pSwVdecOpBuffer = (SWVDEC_OPBUFFER*)calloc(sizeof(SWVDEC_OPBUFFER), drv_ctx.op_buf.actualcount);
4414 if (!m_pSwVdec && i == (drv_ctx.op_buf.actualcount -1) && !streaming[CAPTURE_PORT]) {
4599 DEBUG_PRINT_HIGH("allocating m_pSwVdecOpBuffer %d", drv_ctx.op_buf.actualcount);
4600 m_pSwVdecOpBuffer = (SWVDEC_OPBUFFER*)calloc(sizeof(SWVDEC_OPBUFFER), drv_ctx.op_buf.actualcount);
7350 int actualcount = omx->drv_ctx.op_buf.actualcount; local
[all...]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc_swvdec.cpp3458 drv_ctx.op_buf.actualcount = portDefn->nBufferCountActual;
3576 drv_ctx.ip_buf.actualcount = portDefn->nBufferCountActual;
4145 drv_ctx.op_buf.actualcount = prop.uProperty.sOpBuffReq.nMinCount;
4203 prop.uProperty.sOpBuffReq.nMaxCount = drv_ctx.op_buf.actualcount;
4587 for(i=0; i< drv_ctx.op_buf.actualcount; i++) {
4595 if(i >= drv_ctx.op_buf.actualcount) {
4596 DEBUG_PRINT_ERROR("Already using %d o/p buffers", drv_ctx.op_buf.actualcount);
4604 DEBUG_PRINT_HIGH("allocating m_pSwVdecOpBuffer %d", drv_ctx.op_buf.actualcount);
4605 m_pSwVdecOpBuffer = (SWVDEC_OPBUFFER*)calloc(sizeof(SWVDEC_OPBUFFER), drv_ctx.op_buf.actualcount);
4611 if (!m_pSwVdec && i == (drv_ctx.op_buf.actualcount
7565 int actualcount = omx->drv_ctx.op_buf.actualcount; local
[all...]

Completed in 192 milliseconds