Home
last modified time | relevance | path

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

/hardware/ti/omap4xxx/camera/
DEncoder_libjpeg.cpp372 libjpeg_destination_mgr dest_mgr(input->dst, input->dst_size); in encode()
377 (input->dst_size < 1) || (input->format == NULL)) { in encode()
384 resize_src = (uint8_t*) malloc(input->dst_size); in encode()
408 input->dst_size, src); in encode()
DAppCallbackNotifier.cpp843 main_jpeg->dst_size = frame->mLength; in notifyFrame()
871 tn_jpeg->dst_size = tn_jpeg->src_size; in notifyFrame()
/hardware/ti/omap4xxx/camera/inc/
DEncoder_libjpeg.h94 int dst_size; member