Home
last modified time | relevance | path

Searched refs:src_size (Results 1 – 3 of 3) sorted by relevance

/hardware/ti/omap4xxx/camera/inc/
DEncoder_libjpeg.h113 int src_size; member
/hardware/ti/omap4xxx/camera/
DAppCallbackNotifier.cpp940 main_jpeg->src_size = frame->mLength; in notifyFrame()
970 tn_jpeg->src_size = mPreviewMemory->size / MAX_BUFFERS; in notifyFrame()
971 tn_jpeg->dst = (uint8_t*) malloc(tn_jpeg->src_size); in notifyFrame()
972 tn_jpeg->dst_size = tn_jpeg->src_size; in notifyFrame()
DEncoder_libjpeg.cpp384 (src == NULL) || (input->dst == NULL) || (input->quality < 1) || (input->src_size < 1) || in encode()