Searched defs:p_y_offset (Results 1 - 2 of 2) sorted by relevance

/device/lge/mako/camera/mm-camera-interface/
H A Dmm_jpeg_encoder.c270 uint32_t* p_y_offset, uint32_t* p_cbcr_offset,
275 if ((NULL == p_y_offset) || (NULL == p_cbcr_offset)) {
285 *p_y_offset = 0;
288 *p_y_offset = padded_size - actual_size;
295 *p_y_offset = 0;
269 mm_jpeg_encoder_get_buffer_offset(uint32_t width, uint32_t height, uint32_t* p_y_offset, uint32_t* p_cbcr_offset, uint32_t* p_buf_size, uint8_t *num_planes, uint32_t planes[]) argument
H A Dmm_omx_jpeg_encoder.c236 uint32_t* p_y_offset, uint32_t* p_cbcr_offset, uint32_t* p_buf_size,
240 if ((NULL == p_y_offset) || (NULL == p_cbcr_offset)) {
248 *p_y_offset = 0;
252 *p_y_offset = padded_size - actual_size;
259 *p_y_offset = 0;
235 mm_jpeg_encoder_get_buffer_offset(uint32_t width, uint32_t height, uint32_t* p_y_offset, uint32_t* p_cbcr_offset, uint32_t* p_buf_size, uint8_t *num_planes, uint32_t planes[]) argument

Completed in 40 milliseconds