OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IMG_ASSERT
(Results
1 - 8
of
8
) sorted by null
/hardware/intel/img/psb_video/src/hwdefs/
mem_io.h
269
IMG_ASSERT
(((IMG_UINTPTR_T)vpMem & 0x3) == 0)
312
( MEMIO_CHECK_ALIGNMENT(vpMem),
IMG_ASSERT
((ui32TabIndex < field##_NO_ENTRIES) || (field##_NO_ENTRIES == 0)), \
332
( MEMIO_CHECK_ALIGNMENT(vpMem),
IMG_ASSERT
(ui32RepIndex < field##_NO_REPS), \
350
( MEMIO_CHECK_ALIGNMENT(vpMem),
IMG_ASSERT
((ui32TabIndex < field##_NO_ENTRIES) || (field##_NO_ENTRIES == 0)),
IMG_ASSERT
(ui32RepIndex < field##_NO_REPS), \
384
MEMIO_CHECK_ALIGNMENT(vpMem);
IMG_ASSERT
(((ui32TabIndex) < field##_NO_ENTRIES) || (field##_NO_ENTRIES == 0)); \
396
MEMIO_CHECK_ALIGNMENT(vpMem);
IMG_ASSERT
((ui32RepIndex) < field##_NO_REPS); \
408
MEMIO_CHECK_ALIGNMENT(vpMem);
IMG_ASSERT
(((ui32TabIndex) < field##_NO_ENTRIES) || (field##_NO_ENTRIES == 0));
IMG_ASSERT
((ui32RepIndex) < field##_NO_REPS); \
reg_io2.h
295
(
IMG_ASSERT
(ui32RepIndex < group##_##reg##_##field##_NO_REPS), \
315
(
IMG_ASSERT
(ui32TabIndex < group##_##reg##_NO_ENTRIES), \
332
#define REGIO_ASSERT( x )
IMG_ASSERT
( x )
355
IMG_ASSERT
(ui32RepIndex < group##_##reg##_##field##_NO_REPS); \
/hardware/intel/img/psb_video/src/
psb_drv_debug.h
47
#ifndef
IMG_ASSERT
48
#define
IMG_ASSERT
assert
54
#undef
IMG_ASSERT
56
#define
IMG_ASSERT
(x)
tng_jpegdec.c
371
IMG_ASSERT
( (symbol_code->code_length - leading - 1) >= 0 );
386
IMG_ASSERT
( 0x8000 & *vlc_ram );
421
IMG_ASSERT
( symbol_code->code_length <= leading + width );
422
IMG_ASSERT
( symbol_code->code_length > leading );
461
IMG_ASSERT
(next_leading_width <= JPG_VLC_MAX_CODE_LEN);
534
IMG_ASSERT
( ptable_stats->size <= ram_size );
[
all
...]
tng_ved_scaling.c
298
IMG_ASSERT
(fHorzPitch >= 1 && fVertPitch >= 1);
pnw_hostjpeg.c
[
all
...]
tng_jpegES.c
660
IMG_ASSERT
(PELS_IN_BLOCK <= QUANT_TABLE_SIZE_BYTES);
[
all
...]
tng_hostcode.c
[
all
...]
Completed in 512 milliseconds