Lines Matching defs:fp
539 char *fp = NULL;
604 fp = this->GetFrame(index);
605 if(!fp) {
616 memcpy(buffer->opaque, fp, yuv422i_buff_size);
628 write(fd, fp, yuv422i_buff_size );
1137 char *fp = NULL;
1143 fp = this->GetFrame(index);
1144 if(!fp) {
1164 convertYUV422ToNV12Tiler ( (unsigned char*)fp, (unsigned char*)y_uv[0], width, height);
1170 convertYUV422ToNV12 ( (unsigned char*)fp, nv12_buff, width, height);