Searched refs:cropOffs (Results 1 – 1 of 1) sorted by relevance
55 offs_t cropOffs; member227 img->plane[ix].cropOffs = in getNativeImage()263 const uint8_t *row = img->plane[ix].buffer + img->plane[ix].cropOffs; in Java_android_media_cts_CodecUtils_getImageChecksumAlder32()291 const uint8_t *row = img->plane[ix].buffer + img->plane[ix].cropOffs; in Java_android_media_cts_CodecUtils_getImageChecksumMD5()341 uint8_t *row = const_cast<uint8_t *>(tgt->plane[ix].buffer) + tgt->plane[ix].cropOffs; in Java_android_media_cts_CodecUtils_copyFlexYUVImage()345 const uint8_t *srcRow = (src->plane[ix].buffer + src->plane[ix].cropOffs in Java_android_media_cts_CodecUtils_copyFlexYUVImage()366 const uint8_t *row = img->plane[ix].buffer + img->plane[ix].cropOffs; in Java_android_media_cts_CodecUtils_fillImageRectWithYUV()388 const uint8_t *yrow = img->plane[0].buffer + img->plane[0].cropOffs; in getRawStats()389 const uint8_t *urow = img->plane[1].buffer + img->plane[1].cropOffs; in getRawStats()390 const uint8_t *vrow = img->plane[2].buffer + img->plane[2].cropOffs; in getRawStats()