Searched refs:pVld (Results 1 – 4 of 4) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/njpd/api/njpeg_ex/ |
| H A D | apiJPEG_OJPD.c | 4812 JPEG_STATIC MS_BOOL JPEG_write_RLE(JPEG_SVLD *pVld, MS_BOOL bDecodeNow) in JPEG_write_RLE() argument 4815 …G_DEBUG_API_MSG("%02x%02x%02x%02x\n",(MS_U8)pVld->byte3, (MS_U8)pVld->byte2, (MS_U8)pVld->byte1, (… in JPEG_write_RLE() 4822 JPEG_memcpy((void *)(mrc_buffer + _u32RLEOffset), (void *)pVld, 4); in JPEG_write_RLE()
|
| H A D | apiJPEG.c | 4512 JPEG_STATIC MS_BOOL JPEG_write_RLE(JPEG_SVLD *pVld, MS_BOOL bDecodeNow) in JPEG_write_RLE() argument 4518 …cpy((void *)(mrc_buffer + pNJPEGContext->_u32RLEOffset[pNJPEGContext->eNJPDNum]), (void *)pVld, 4); in JPEG_write_RLE()
|
| /utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/ |
| H A D | apiJPEG.c | 4804 JPEG_STATIC MS_BOOL JPEG_write_RLE(JPEG_SVLD *pVld, MS_BOOL bDecodeNow) in JPEG_write_RLE() argument 4807 …G_DEBUG_API_MSG("%02x%02x%02x%02x\n",(MS_U8)pVld->byte3, (MS_U8)pVld->byte2, (MS_U8)pVld->byte1, (… in JPEG_write_RLE() 4814 JPEG_memcpy((void *)(mrc_buffer + _u32RLEOffset), (void *)pVld, 4); in JPEG_write_RLE()
|
| /utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/ |
| H A D | apiJPEG.c | 4759 JPEG_STATIC MS_BOOL JPEG_write_RLE(JPEG_SVLD *pVld, MS_BOOL bDecodeNow) in JPEG_write_RLE() argument 4762 …G_DEBUG_API_MSG("%02x%02x%02x%02x\n",(MS_U8)pVld->byte3, (MS_U8)pVld->byte2, (MS_U8)pVld->byte1, (… in JPEG_write_RLE() 4769 JPEG_memcpy((void *)(mrc_buffer + _u32RLEOffset), (void *)pVld, 4); in JPEG_write_RLE()
|