Searched refs:cropOffs (Results 1 – 1 of 1) sorted by relevance
60 offs_t cropOffs; member240 img->plane[ix].cropOffs = in getNativeImage()275 const uint8_t *row = img->plane[ix].buffer + img->plane[ix].cropOffs; in Java_android_media_cts_CodecUtils_getImageChecksumAlder32()303 const uint8_t *row = img->plane[ix].buffer + img->plane[ix].cropOffs; in Java_android_media_cts_CodecUtils_getImageChecksumMD5()353 uint8_t *row = const_cast<uint8_t *>(tgt->plane[ix].buffer) + tgt->plane[ix].cropOffs; in Java_android_media_cts_CodecUtils_copyFlexYUVImage()357 const uint8_t *srcRow = (src->plane[ix].buffer + src->plane[ix].cropOffs in Java_android_media_cts_CodecUtils_copyFlexYUVImage()378 const uint8_t *row = img->plane[ix].buffer + img->plane[ix].cropOffs; in Java_android_media_cts_CodecUtils_fillImageRectWithYUV()400 const uint8_t *yrow = img->plane[0].buffer + img->plane[0].cropOffs; in getRawStats()401 const uint8_t *urow = img->plane[1].buffer + img->plane[1].cropOffs; in getRawStats()402 const uint8_t *vrow = img->plane[2].buffer + img->plane[2].cropOffs; in getRawStats()