Searched refs:Pbuf (Results 1 – 6 of 6) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/cmodel/src/ |
| H A D | main.c | 153 U8 *Pbuf = NULL; in main() local 316 Pbuf = ( U8 * )malloc( MApi_JPEG_GetWidth() * 3 ); in main() 317 if ( !Pbuf ) in main() 356 U8 *Pdb = Pbuf; in main() 367 status = Ptga_stream->writeline( Pbuf, Ptga_stream ); in main() 378 free( Pbuf ); in main() 392 free( Pbuf ); in main()
|
| H A D | jpeg_cmodel_io.c | 187 MS_S32 JPEG_FILE_read( MS_U8 *Pbuf, MS_U32 max_bytes_to_read, MS_BOOL *Peof_flag, JPEG_FILE_FileSys… in JPEG_FILE_read() argument 208 bytes_read = fread( Pbuf, 1, max_bytes_to_read, thisPtr->Pfile ); in JPEG_FILE_read()
|
| /utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/cmodel/src/ |
| H A D | main.c | 153 U8 *Pbuf = NULL; in main() local 316 Pbuf = ( U8 * )malloc( MApi_JPEG_GetWidth() * 3 ); in main() 317 if ( !Pbuf ) in main() 356 U8 *Pdb = Pbuf; in main() 367 status = Ptga_stream->writeline( Pbuf, Ptga_stream ); in main() 378 free( Pbuf ); in main() 392 free( Pbuf ); in main()
|
| H A D | jpeg_cmodel_io.c | 187 MS_S32 JPEG_FILE_read( MS_U8 *Pbuf, MS_U32 max_bytes_to_read, MS_BOOL *Peof_flag, JPEG_FILE_FileSys… in JPEG_FILE_read() argument 208 bytes_read = fread( Pbuf, 1, max_bytes_to_read, thisPtr->Pfile ); in JPEG_FILE_read()
|
| /utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/cmodel/inc/ |
| H A D | jpeg_cmodel_io.h | 134 MS_S32 (*read)( MS_U8 *Pbuf, MS_U32 max_bytes_to_read, MS_BOOL *Peof_flag, 165 MS_S32 JPEG_FILE_read( MS_U8 *Pbuf, MS_U32 max_bytes_to_read, MS_BOOL *Peof_flag, JPEG_FILE_FileSys…
|
| /utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/cmodel/inc/ |
| H A D | jpeg_cmodel_io.h | 134 MS_S32 (*read)( MS_U8 *Pbuf, MS_U32 max_bytes_to_read, MS_BOOL *Peof_flag, 165 MS_S32 JPEG_FILE_read( MS_U8 *Pbuf, MS_U32 max_bytes_to_read, MS_BOOL *Peof_flag, JPEG_FILE_FileSys…
|