Home
last modified time | relevance | path

Searched refs:tn_jpeg (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/omap4xxx/camera/
DAppCallbackNotifier.cpp815 Encoder_libjpeg::params *main_jpeg = NULL, *tn_jpeg = NULL; in notifyFrame() local
856 tn_jpeg = (Encoder_libjpeg::params*) in notifyFrame()
859 if (!tn_jpeg) { in notifyFrame()
860 tn_jpeg = NULL; in notifyFrame()
864 if (tn_jpeg) { in notifyFrame()
868 tn_jpeg->src = (uint8_t*) mPreviewBufs[current_snapshot]; in notifyFrame()
869 tn_jpeg->src_size = mPreviewMemory->size / MAX_BUFFERS; in notifyFrame()
870 tn_jpeg->dst = (uint8_t*) malloc(tn_jpeg->src_size); in notifyFrame()
871 tn_jpeg->dst_size = tn_jpeg->src_size; in notifyFrame()
872 tn_jpeg->quality = tn_quality; in notifyFrame()
[all …]
/hardware/ti/omap4xxx/camera/inc/
DEncoder_libjpeg.h106 params* tn_jpeg, in Encoder_libjpeg() argument
112 : Thread(false), mMainInput(main_jpeg), mThumbnailInput(tn_jpeg), mCb(cb), in Encoder_libjpeg()