img_msg_handler.c 13.3 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664
/*******************************************************************************
*  Copyright Statement:
*  --------------------
*  This software is protected by Copyright and the information contained
*  herein is confidential. The software may not be copied and the information
*  contained herein may not be used or disclosed except with the written
*  permission of MediaTek Inc. (C) 2003
*
*******************************************************************************/

/*******************************************************************************
 * Filename:
 * ---------
 *   img_msg_handler.c
 *
 * Project:
 * --------
 *   Maui
 *
 * Description:
 * ------------
 *   This file includes message handle functions of image module.
 *
 * Author:
 * -------
 * -------
 *
 *==============================================================================
 *             HISTORY
 * Below this line, this part is controlled by PVCS VM. DO NOT MODIFY!! 
 *------------------------------------------------------------------------------
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 *------------------------------------------------------------------------------
 * Upper this line, this part is controlled by PVCS VM. DO NOT MODIFY!! 
 *==============================================================================
 *******************************************************************************/
#ifndef MED_NOT_PRESENT

/*==== INCLUDES =========*/
/* system includes */
#include "kal_release.h"
#include "kal_trace.h"
#include "stack_common.h"
#include "stack_msgs.h"
#include "app_ltlcom.h" /* Task message communiction */
#include "syscomp_config.h"
#include "task_config.h"        /* Task creation */
#include "app_buff_alloc.h"     /* Declaration of buffer management API */
#include "stacklib.h"   /* Basic type for dll, evshed, stacktimer */
#include "event_shed.h" /* Event scheduler */
#include "stack_timer.h"        /* Stack timer */

/* global includes */
#include "l1audio.h"
#include "device.h"
#include "resource_audio.h"
#include "nvram_enums.h"
#include "nvram_struct.h"
#include "nvram_user_defs.h"
#include "nvram_data_items.h"
#include "custom_nvram_editor_data_item.h"

/* DRM_REPLACE */
#include "drm_gprot.h"

#include "drv_features.h"

/* local includes */
#include "med_global.h"
#include "med_main.h"
#include "aud_defs.h"
#include "med_struct.h"
#include "med_api.h"
#include "med_context.h"
#include "med_utility.h"
#include "med_smalloc.h"
#include "img_main.h"

#ifdef __MED_IMG_MOD__ 
/*****************************************************************************
 * FUNCTION
 *  img_open_image_file
 * DESCRIPTION
 *  This function is to open image file for encode.
 * PARAMETERS
 *  file_name       [?]     
 * RETURNS
 *  void
 *****************************************************************************/
kal_int32 img_open_image_file(kal_wchar *file_name)
{
    return 0;
}


/*****************************************************************************
 * FUNCTION
 *  img_close_image_file
 * DESCRIPTION
 *  This function is to close image file for encode.
 * PARAMETERS
 *  size        [IN]        
 * RETURNS
 *  void
 *****************************************************************************/
kal_int32 img_close_image_file(kal_int32 size)
{
    return 0;
}


/*****************************************************************************
 * FUNCTION
 *  img_release_memory
 * DESCRIPTION
 *  This function is to release memory for image decoding/encoding.
 * PARAMETERS
 *  void
 * RETURNS
 *  void
 *****************************************************************************/
void img_release_memory(void)
{
    ASSERT(0);
}


/*****************************************************************************
 * FUNCTION
 *  img_get_decode_res
 * DESCRIPTION
 *  This function is to get the decode result.
 * PARAMETERS
 *  cause       [IN]        
 * RETURNS
 *  kal_int16
 *****************************************************************************/
kal_int16 img_get_decode_res(kal_uint8 cause)
{
     return 0;
}


/*****************************************************************************
 * FUNCTION
 *  img_get_encode_res
 * DESCRIPTION
 *  This function is to get the encode result.
 * PARAMETERS
 *  cause       [IN]        
 * RETURNS
 *  kal_int16
 *****************************************************************************/
kal_int16 img_get_encode_res(kal_uint8 cause)
{
    return MED_RES_FAIL;
}


/*****************************************************************************
 * FUNCTION
 *  img_decode_callback
 * DESCRIPTION
 *  This function is the callback function of decoding.
 * PARAMETERS
 *  cause       [IN]        
 * RETURNS
 *  void
 *****************************************************************************/
void img_decode_callback(kal_uint8 cause)
{
    ASSERT(0);
}


/*****************************************************************************
 * FUNCTION
 *  img_decode_restart
 * DESCRIPTION
 *  This function is to restart decode process for retrying.
 * PARAMETERS
 *  void
 *  kal_uint8 cause(?)
 * RETURNS
 *  void
 *****************************************************************************/
void img_decode_restart(void)
{
    ASSERT(0);
}


/*****************************************************************************
 * FUNCTION
 *  img_codec_retry_handler
 * DESCRIPTION
 *  This function is to handle image codec timeout.
 * PARAMETERS
 *  arg     [?]     
 *  kal_uint8 cause(?)
 * RETURNS
 *  void
 *****************************************************************************/
void img_codec_retry_handler(void *arg)
{
    ASSERT(0);
}


/*****************************************************************************
 * FUNCTION
 *  img_decode_event_ind_hdlr
 * DESCRIPTION
 *  This function is the event handler for decoding.
 * PARAMETERS
 *  ilm_ptr     [?]     
 * RETURNS
 *  void
 *****************************************************************************/
void img_decode_event_ind_hdlr(ilm_struct *ilm_ptr)
{
    ASSERT(0);
}


/*****************************************************************************
 * FUNCTION
 *  img_cal_work_buffer_info
 * DESCRIPTION
 *  
 * PARAMETERS
 *  ret_ratio           [?]         
 *  wb_dest_x           [?]         
 *  wb_dest_y           [?]         
 *  wb_width            [?]         
 *  wb_height           [?]         
 *  wb_pixel_size       [IN]        
 *  img_w               [IN]        
 *  img_h               [IN]        
 *  dest_x              [IN]        
 *  dest_y              [IN]        
 *  expect_w            [IN]        
 *  expect_h            [IN]        
 *  clipx1              [IN]        
 *  clipy1              [IN]        
 *  clipx2              [IN]        
 *  clipy2              [IN]        
 * RETURNS
 *  void
 *****************************************************************************/
void img_cal_work_buffer_info(
        kal_uint8 *ret_ratio,
        kal_int16 *wb_dest_x,
        kal_int16 *wb_dest_y,
        kal_uint16 *wb_width,
        kal_uint16 *wb_height,
        kal_uint32 wb_pixel_size,
        kal_uint16 img_w,
        kal_uint16 img_h,
        kal_int16 dest_x,
        kal_int16 dest_y,
        kal_uint16 expect_w,
        kal_uint16 expect_h,
        kal_int16 clipx1,
        kal_int16 clipy1,
        kal_int16 clipx2,
        kal_int16 clipy2)
{
    ASSERT(0);
}

#ifdef JPG_DECODE


/*****************************************************************************
 * FUNCTION
 *  image_decoder_jpeg_req_hdlr
 * DESCRIPTION
 *  
 * PARAMETERS
 *  req_p       [?]     
 * RETURNS
 *  
 *****************************************************************************/
kal_int32 image_decoder_jpeg_req_hdlr(media_img_decode_req_struct *req_p)
{
    ASSERT(0);
    return 0;
}
#endif /* JPG_DECODE */ 


/*****************************************************************************
 * FUNCTION
 *  img_decode_req_hdlr
 * DESCRIPTION
 *  This function is to handle thd decode request.
 * PARAMETERS
 *  ilm_ptr     [?]     
 * RETURNS
 *  void
 *****************************************************************************/
void img_decode_req_hdlr(ilm_struct *ilm_ptr)
{
    ASSERT(0);
}


/*****************************************************************************
 * FUNCTION
 *  img_encode_callback
 * DESCRIPTION
 *  This function is the callback function of encoding.
 * PARAMETERS
 *  cause       [IN]        
 * RETURNS
 *  void
 *****************************************************************************/
void img_encode_callback(kal_uint8 cause)
{
    ASSERT(0);
}


/*****************************************************************************
 * FUNCTION
 *  img_encode_event_ind_hdlr
 * DESCRIPTION
 *  This function is the event handler for encoding.
 * PARAMETERS
 *  ilm_ptr     [?]     
 * RETURNS
 *  void
 *****************************************************************************/
void img_encode_event_ind_hdlr(ilm_struct *ilm_ptr)
{
    ASSERT(0);
}

#if defined (__JPEG_ENCODER_UNIFIED_INTERFACE__)
/*****************************************************************************
 * FUNCTION
 *  img_encode_jpeg_v2
 * DESCRIPTION
 *  image encode by jpeg v2 interface.
 * PARAMETERS
 *  ilm_ptr     [IN]     
 * RETURNS
 *  void
 *****************************************************************************/
kal_uint32 img_encode_jpeg_v2(media_img_encode_req_struct* req_p)
{
    ASSERT(0);
}

#else
/*****************************************************************************
 * FUNCTION
 *  img_encode_jpeg_v1
 * DESCRIPTION
 *  image encode by jpeg v1 interface.
 * PARAMETERS
 *  ilm_ptr     [IN]     
 * RETURNS
 *  void
 *****************************************************************************/
kal_uint32 img_encode_jpeg_v1(media_img_encode_req_struct* req_p)
{
    ASSERT(0);
}

#endif /* __JPEG_ENCODER_UNIFIED_INTERFACE__ */

/*****************************************************************************
 * FUNCTION
 *  img_encode_req_hdlr
 * DESCRIPTION
 *  This function is to handle thd encode request.
 * PARAMETERS
 *  ilm_ptr     [?]     
 * RETURNS
 *  void
 *****************************************************************************/
void img_encode_req_hdlr(ilm_struct *ilm_ptr)
{
    ASSERT(0);
}

/*****************************************************************************
 * FUNCTION
 *  img_stop_req_hdlr
 * DESCRIPTION
 *  This function is to stop all processes
 * PARAMETERS
 *  ilm_ptr     [?]     
 * RETURNS
 *  void
 *****************************************************************************/
void img_stop_req_hdlr(ilm_struct *ilm_ptr)
{
    ASSERT(0);
}


/*****************************************************************************
 * FUNCTION
 *  img_resize_req_hdlr
 * DESCRIPTION
 *  This function is to handle thd resize request.
 * PARAMETERS
 *  ilm_ptr     [?]     
 * RETURNS
 *  void
 *****************************************************************************/
void img_resize_req_hdlr(ilm_struct *ilm_ptr)
{
    ASSERT(0);
}


/*****************************************************************************
 * FUNCTION
 *  img_exif_decode_req_hdlr
 * DESCRIPTION
 *  
 * PARAMETERS
 *  ilm_ptr     [?]     
 * RETURNS
 *  void
 *****************************************************************************/
void img_exif_decode_req_hdlr(ilm_struct *ilm_ptr)
{
    ASSERT(0);
}

#endif /* __MED_IMG_MOD__ */ 

#endif /* MED_NOT_PRESENT */