HomeSort by relevance Sort by last modified time
    Searched refs:MAX_FRM_SIZE (Results 1 - 2 of 2) sorted by null

  /external/libmpeg2/decoder/
impeg2d_structs.h 38 #define MAX_FRM_SIZE (MAX_WIDTH * MAX_HEIGHT * 2) /* Supports only 420P and 422ILE */
impeg2d_api_main.c 374 UWORD32 max_frm_width,max_frm_height,max_frm_size; local
384 max_frm_size = (max_frm_width * max_frm_height * 3) >> 1;/* 420 P */
552 ps_mem_rec->u4_mem_size = max_frm_size;
599 ps_mem_rec->u4_mem_size = max_frm_size;
    [all...]

Completed in 2589 milliseconds