Searched defs:thumb (Results 1 - 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
H A Dthumb.pm12 package thumb; package
65 # for switching from arm to thumb (and only in armv7), but not
66 # from thumb to arm.
/hardware/ti/omap4-aah/camera/
H A DEncoder_libjpeg.cpp335 status_t ExifElementsTable::insertExifThumbnailImage(const char* thumb, int len) { argument
339 ret = ReplaceThumbnailFromBuffer(thumb, len) ? NO_ERROR : UNKNOWN_ERROR;
/hardware/ti/omap4xxx/camera/
H A DEncoder_libjpeg.cpp274 status_t ExifElementsTable::insertExifThumbnailImage(const char* thumb, int len) { argument
278 ret = ReplaceThumbnailFromBuffer(thumb, len);
/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraPostProc.cpp592 LOGE("cannot get stream bufs from thumb stream");
1893 * @thumb : ptr to thumbnail stream if present
1905 QCameraStream **thumb,
1940 *main = *thumb = *reproc = NULL;
1960 *thumb = pStream;
1981 *thumb = pStream;
2041 LOGE("Syncing of thumb stream runtime parameters failed %d",
1904 queryStreams(QCameraStream **main, QCameraStream **thumb, QCameraStream **reproc, mm_camera_buf_def_t **main_image, mm_camera_buf_def_t **thumb_image, mm_camera_super_buf_t *frame, mm_camera_super_buf_t *reproc_frame) argument

Completed in 534 milliseconds