Lines Matching refs:extP
67 char *extP[BUFFER_PLANE_NUM_DEFAULT]; //! Y Cb Cr. member
73 unsigned int extP[BUFFER_PLANE_NUM_DEFAULT]; //! Y Cb Cr. member
85 int extP[BUFFER_PLANE_NUM_DEFAULT]; //! \n member
99 virt. extP [i] = NULL; in ExynosBuffer()
100 phys. extP [i] = 0; in ExynosBuffer()
102 reserved.extP [i] = 0; in ExynosBuffer()
111 virt. extP [i] = other->virt.extP[i]; in ExynosBuffer()
112 phys. extP [i] = other->phys.extP[i]; in ExynosBuffer()
114 reserved.extP [i] = other->reserved.extP[i]; in ExynosBuffer()
123 virt. extP [i] = other.virt.extP[i];
124 phys. extP [i] = other.phys.extP[i];
126 reserved.extP [i] = other.reserved.extP[i];
138 if ( virt. extP [i] != other.virt. extP[i]
139 || phys. extP [i] != other.phys. extP[i]
141 || reserved.extP [i] != other.reserved.extP[i]