Home | History | Annotate | Download | only in libhwjpeg

Lines Matching refs:pBufSize

666     int pBufSize[3];
676 pBufSize[0] = width*height*2;
677 pBufSize[1] = 0;
678 pBufSize[2] = 0;
682 pBufSize[0] = width*height*4;
683 pBufSize[1] = 0;
684 pBufSize[2] = 0;
687 pBufSize[0] = (width*height*3)/2;
688 pBufSize[1] = 0;
689 pBufSize[2] = 0;
692 pBufSize[0] = width*height*4;
693 pBufSize[1] = width*height*4;
694 pBufSize[2] = width*height*4;
698 memcpy(piBufSize, pBufSize, iSize*sizeof(int));