Home | History | Annotate | Download | only in camera

Lines Matching refs:PAD_TO_2K

2883         int CbCrOffset = PAD_TO_2K(mDimension.video_width  * mDimension.video_height);
6878 CbCrOffset = PAD_TO_2K(mDimension.video_width * mDimension.video_height);
6879 recordBufferSize = CbCrOffset + PAD_TO_2K((mDimension.video_width * mDimension.video_height)/2);
6899 mRecordFrameSize = PAD_TO_4K(PAD_TO_2K(videoWidth * videoHeight)
6900 + PAD_TO_2K((videoWidth * videoHeight)/2));
7043 video_frame_cbcroffset = PAD_TO_2K(videoWidth * videoHeight);