Searched refs:extra_idx (Results 1 - 3 of 3) sorted by relevance

/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp863 int extra_idx = 0; local
898 extra_idx = EXTRADATA_IDX(num_planes);
900 if (extra_idx && (extra_idx < VIDEO_MAX_PLANES)) {
901 extra_data_size = fmt.fmt.pix_mp.plane_fmt[extra_idx].sizeimage;
902 } else if (extra_idx >= VIDEO_MAX_PLANES) {
903 DEBUG_PRINT_ERROR("Extradata index is more than allowed: %d\n", extra_idx);
1684 int rc = 0, extra_idx; local
1706 extra_idx = EXTRADATA_IDX(num_planes);
1708 if ((num_planes > 1) && (extra_idx)) {
1975 int rc = 0, extra_idx; local
[all...]
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc.cpp3635 int extra_idx = 0; local
3813 extra_idx = EXTRADATA_IDX(drv_ctx.num_planes);
3814 if (extra_idx && (extra_idx < VIDEO_MAX_PLANES)) {
3815 plane[extra_idx].length = drv_ctx.extradata_info.buffer_size;
3816 plane[extra_idx].m.userptr = (long unsigned int) (drv_ctx.extradata_info.uaddr + i * drv_ctx.extradata_info.buffer_size);
3818 plane[extra_idx].reserved[0] = drv_ctx.extradata_info.ion.fd_ion_data.fd;
3820 plane[extra_idx].reserved[1] = i * drv_ctx.extradata_info.buffer_size;
3821 plane[extra_idx].data_offset = 0;
3822 } else if (extra_idx >
4382 int extra_idx = 0; local
5316 int extra_idx = 0; local
7139 int extra_idx = 0; local
[all...]
H A Domx_vdec_msm8974.cpp3886 int extra_idx = 0; local
4084 extra_idx = EXTRADATA_IDX(drv_ctx.num_planes);
4085 if (extra_idx && (extra_idx < VIDEO_MAX_PLANES)) {
4086 plane[extra_idx].length = drv_ctx.extradata_info.buffer_size;
4087 plane[extra_idx].m.userptr = (long unsigned int) (drv_ctx.extradata_info.uaddr + i * drv_ctx.extradata_info.buffer_size);
4089 plane[extra_idx].reserved[0] = drv_ctx.extradata_info.ion.fd_ion_data.fd;
4091 plane[extra_idx].reserved[1] = i * drv_ctx.extradata_info.buffer_size;
4092 plane[extra_idx].data_offset = 0;
4093 } else if (extra_idx >
4660 int extra_idx = 0; local
5678 int extra_idx = 0; local
7510 int extra_idx = 0; local
[all...]

Completed in 149 milliseconds