Home
last modified time | relevance | path

Searched refs:buf2 (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/img/psb_video/fw/msvdx/
Dmsvdx_bin.c174 unsigned int buf2[MTX_SIZE3]; in main() local
181 fread(buf2, 1, LINKED_LIST_SIZE, fp_ll_dma); in main()
183 fwrite(buf2, 1, LINKED_LIST_SIZE, ptr); in main()
185 memset(buf2, UNINITILISE_MEM, fw_size); in main()
186 buf2[fw_size/sizeof(unsigned int) - 1] = STACKGUARDWORD; in main()
188 fwrite(buf2, 1, fw_size, ptr); in main()
224 buf2[fw_size/sizeof(unsigned int) - 1] = STACKGUARDWORD; in main()
226 fwrite(buf2, 1, fw_size, ptr); in main()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodeframe.c860 const TileBuffer *const buf2 = (const TileBuffer*)b; in compare_tile_buffers() local
861 if (buf1->size < buf2->size) { in compare_tile_buffers()
863 } else if (buf1->size == buf2->size) { in compare_tile_buffers()