HomeSort by relevance Sort by last modified time
    Searched refs:thumbnailSize (Results 1 - 14 of 14) sorted by null

  /frameworks/av/libvideoeditor/vss/inc/
M4EXIFC_CommonAPI.h 90 M4OSA_Int32 thumbnailSize; /**< size of the thumbnail */
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3PostProc.cpp 243 cam_dimension_t thumbnailSize;
244 memset(&thumbnailSize, 0, sizeof(cam_dimension_t));
245 m_parent->getThumbnailSize(thumbnailSize);
246 if (thumbnailSize.width == 0 && thumbnailSize.height == 0) {
    [all...]
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3PostProc.cpp 249 cam_dimension_t thumbnailSize;
250 memset(&thumbnailSize, 0, sizeof(cam_dimension_t));
251 m_parent->getThumbnailSize(thumbnailSize);
252 if (thumbnailSize.width == 0 || thumbnailSize.height == 0) {
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
fimc-is-metadata.h 355 uint32_t thumbnailSize[2];
366 uint32_t thumbnailSize[2];
ExynosCamera2.cpp 835 static const int32_t thumbnailSize[2] = {
838 ADD_OR_SIZE(ANDROID_JPEG_THUMBNAIL_SIZE, thumbnailSize, 2);
MetadataConverter.cpp 192 dst->ctl.jpeg.thumbnailSize[i] = curr_entry.data.i32[i];
654 &metadata->ctl.jpeg.thumbnailSize, 2))
ExynosCameraHWInterface2.cpp     [all...]
  /hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
fimc-is-metadata.h 404 uint32_t thumbnailSize[2];
414 uint32_t thumbnailSize[2];
  /device/asus/flo/camera/QCamera2/HAL/
QCameraPostProc.cpp 243 cam_dimension_t thumbnailSize;
244 memset(&thumbnailSize, 0, sizeof(cam_dimension_t));
245 m_parent->getThumbnailSize(thumbnailSize);
246 if (thumbnailSize.width == 0 || thumbnailSize.height == 0) {
    [all...]
  /hardware/qcom/camera/QCamera2/HAL/
QCameraPostProc.cpp 243 cam_dimension_t thumbnailSize;
244 memset(&thumbnailSize, 0, sizeof(cam_dimension_t));
245 m_parent->getThumbnailSize(thumbnailSize);
246 if (thumbnailSize.width == 0 || thumbnailSize.height == 0) {
    [all...]
  /frameworks/base/media/java/android/media/videoeditor/
MediaArtistNativeHelper.java     [all...]
  /frameworks/av/services/camera/libcameraservice/api1/client2/
Parameters.cpp 256 Size thumbnailSize =
261 jpegThumbSize[0] = thumbnailSize.width;
262 jpegThumbSize[1] = thumbnailSize.height;
    [all...]
  /device/generic/goldfish/camera/
EmulatedFakeCamera3.cpp 603 static const int32_t thumbnailSize[2] = {
606 settings.update(ANDROID_JPEG_THUMBNAIL_SIZE, thumbnailSize, 2);
    [all...]
EmulatedFakeCamera2.cpp     [all...]

Completed in 248 milliseconds