Home
last modified time | relevance | path

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

/hardware/ti/omap4xxx/camera/
DEncoder_libjpeg.cpp380 libjpeg_destination_mgr dest_mgr(input->dst, input->dst_size); in encode()
385 (input->dst_size < 1) || (input->format == NULL)) { in encode()
392 resize_src = (uint8_t*) malloc(input->dst_size); in encode()
416 input->dst_size, src); in encode()
DAppCallbackNotifier.cpp942 main_jpeg->dst_size = frame->mLength; in notifyFrame()
972 tn_jpeg->dst_size = tn_jpeg->src_size; in notifyFrame()
/hardware/ti/omap4xxx/camera/inc/
DEncoder_libjpeg.h115 int dst_size; member