Searched defs:thumbWidth (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/jni/
H A Dandroid_media_MediaMetadataRetriever.cpp457 int32_t thumbWidth = videoFrame->mWidth; local
460 int64_t thumbPixels = thumbWidth * thumbHeight;
465 if (thumbWidth >= targetSize || thumbHeight >= targetSize
473 dst_width = thumbWidth / downscale;
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp2239 uint32_t thumbWidth = context->getThumbnailWidth(); local
2241 thumbWidth, context->getThumbnailHeight(), bytesPerPixel,
2242 bytesPerPixel * thumbWidth, /*offset*/0, BYTES_PER_RGB_SAMPLE,

Completed in 13 milliseconds