Searched refs:cropOffs (Results 1 – 1 of 1) sorted by relevance
46 offs_t cropOffs; member218 img->plane[ix].cropOffs = in getNativeImage()254 const uint8_t *row = img->plane[ix].buffer + img->plane[ix].cropOffs; in Java_android_media_cts_CodecUtils_getImageChecksum()291 uint8_t *row = const_cast<uint8_t *>(tgt->plane[ix].buffer) + tgt->plane[ix].cropOffs; in Java_android_media_cts_CodecUtils_copyFlexYUVImage()295 const uint8_t *srcRow = (src->plane[ix].buffer + src->plane[ix].cropOffs in Java_android_media_cts_CodecUtils_copyFlexYUVImage()316 const uint8_t *row = img->plane[ix].buffer + img->plane[ix].cropOffs; in Java_android_media_cts_CodecUtils_fillImageRectWithYUV()338 const uint8_t *yrow = img->plane[0].buffer + img->plane[0].cropOffs; in getRawStats()339 const uint8_t *urow = img->plane[1].buffer + img->plane[1].cropOffs; in getRawStats()340 const uint8_t *vrow = img->plane[2].buffer + img->plane[2].cropOffs; in getRawStats()