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

  /external/pdfium/core/src/fxcodec/lbmp/
fx_bmp.h 109 int32_t decode_status; member in struct:tag_bmp_decompress_struct
fx_bmp.cpp 45 bmp_ptr->decode_status = BMP_D_STATUS_HEADER;
71 if (bmp_ptr->decode_status == BMP_D_STATUS_HEADER) {
230 if (bmp_ptr->decode_status == BMP_D_STATUS_PAL) {
315 if (bmp_ptr->decode_status == BMP_D_STATUS_DATA_PRE) {
319 bmp_ptr->decode_status = BMP_D_STATUS_TAIL;
326 if (bmp_ptr->decode_status == BMP_D_STATUS_DATA) {
641 bmp_ptr->decode_status = status;
    [all...]
  /external/pdfium/core/src/fxcodec/lgif/
fx_gif.cpp 363 gif_ptr->decode_status = GIF_D_STATUS_SIG;
614 switch (gif_ptr->decode_status) {
733 switch (gif_ptr->decode_status) {
877 if (gif_ptr->decode_status == GIF_D_STATUS_EXT_PTE) {
    [all...]
fx_gif.h 233 int32_t decode_status; member in struct:tag_gif_decompress_struct
  /hardware/intel/img/psb_video/src/
psb_drv_video.c 2641 drm_psb_msvdx_decode_status_t *decode_status = driver_data->msvdx_decode_status; local
    [all...]

Completed in 471 milliseconds