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

/hardware/qcom/media/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/mm-video-v4l2/vidc/venc/inc/
H A Dvideo_encoder_device_v4l2.h56 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/msm8x74/kernel-headers/linux/
H A Dmsm_vidc_enc.h297 unsigned long actualcount; member in struct:venc_allocatorproperty
H A Dmsm_vidc_dec.h169 uint32_t actualcount; member in struct:vdec_allocatorproperty
/hardware/qcom/msm8x74/original-kernel-headers/linux/
H A Dmsm_vidc_enc.h527 unsigned long actualcount; member in struct:venc_allocatorproperty
H A Dmsm_vidc_dec.h242 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.h171 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.h244 uint32_t actualcount; member in struct:vdec_allocatorproperty
/hardware/qcom/media/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...]

Completed in 286 milliseconds