Searched defs:extra_idx (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp1123 int extra_idx = 0; local
1158 extra_idx = EXTRADATA_IDX(num_planes);
1160 if (extra_idx && (extra_idx < VIDEO_MAX_PLANES)) {
1161 extra_data_size = fmt.fmt.pix_mp.plane_fmt[extra_idx].sizeimage;
1162 } else if (extra_idx >= VIDEO_MAX_PLANES) {
1163 DEBUG_PRINT_ERROR("Extradata index is more than allowed: %d", extra_idx);
2173 int rc = 0, extra_idx; local
2195 extra_idx = EXTRADATA_IDX(num_planes);
2197 if ((num_planes > 1) && (extra_idx)) {
2483 int rc = 0, extra_idx; local
[all...]
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc.cpp3652 int extra_idx = 0; local
3830 extra_idx = EXTRADATA_IDX(drv_ctx.num_planes);
3831 if (extra_idx && (extra_idx < VIDEO_MAX_PLANES)) {
3832 plane[extra_idx].length = drv_ctx.extradata_info.buffer_size;
3833 plane[extra_idx].m.userptr = (long unsigned int) (drv_ctx.extradata_info.uaddr + i * drv_ctx.extradata_info.buffer_size);
3835 plane[extra_idx].reserved[0] = drv_ctx.extradata_info.ion.fd_ion_data.fd;
3837 plane[extra_idx].reserved[1] = i * drv_ctx.extradata_info.buffer_size;
3838 plane[extra_idx].data_offset = 0;
3839 } else if (extra_idx >
4399 int extra_idx = 0; local
5340 int extra_idx = 0; local
7159 int extra_idx = 0; local
[all...]
H A Domx_vdec_hevc_swvdec.cpp4617 int extra_idx = 0; local
4627 extra_idx = EXTRADATA_IDX(drv_ctx.num_planes);
4628 if (extra_idx && (extra_idx < VIDEO_MAX_PLANES)) {
4629 plane[extra_idx].length = drv_ctx.extradata_info.buffer_size;
4630 plane[extra_idx].m.userptr = (long unsigned int) (drv_ctx.extradata_info.uaddr + i * drv_ctx.extradata_info.buffer_size);
4632 plane[extra_idx].reserved[0] = drv_ctx.extradata_info.ion.fd_ion_data.fd;
4634 plane[extra_idx].reserved[1] = i * drv_ctx.extradata_info.buffer_size;
4635 plane[extra_idx].data_offset = 0;
4636 } else if (extra_idx >
5273 int extra_idx = 0; local
6416 int extra_idx = 0; local
8149 int extra_idx = 0; local
10028 int extra_idx = 0; local
10141 int extra_idx = 0; local
[all...]
H A Domx_vdec_msm8974.cpp4297 int extra_idx = 0; local
4500 extra_idx = EXTRADATA_IDX(drv_ctx.num_planes);
4501 if (extra_idx && (extra_idx < VIDEO_MAX_PLANES)) {
4502 plane[extra_idx].length = drv_ctx.extradata_info.buffer_size;
4503 plane[extra_idx].m.userptr = (long unsigned int) (drv_ctx.extradata_info.uaddr + i * drv_ctx.extradata_info.buffer_size);
4505 plane[extra_idx].reserved[0] = drv_ctx.extradata_info.ion.fd_ion_data.fd;
4507 plane[extra_idx].reserved[1] = i * drv_ctx.extradata_info.buffer_size;
4508 plane[extra_idx].data_offset = 0;
4509 } else if (extra_idx >
5081 int extra_idx = 0; local
6094 int extra_idx = 0; local
8167 int extra_idx = 0; local
[all...]

Completed in 377 milliseconds