Searched refs:macroblocks (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/tests/
H A Dtest_blocks.c46 XvMCMacroBlockArray macroblocks = {0}; local
90 assert(XvMCCreateMacroBlocks(display, NULL, 1, &macroblocks) == XvMCBadContext);
91 /* Test 0 macroblocks */
92 assert(XvMCCreateMacroBlocks(display, &context, 0, &macroblocks) == BadValue);
94 assert(XvMCCreateMacroBlocks(display, &context, min_required_macroblocks, &macroblocks) == Success);
96 assert(macroblocks.context_id == context.context_id);
98 assert(macroblocks.macro_blocks != NULL);
100 assert(XvMCDestroyMacroBlocks(display, &macroblocks) == Success);
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/
H A Dtest_blocks.c46 XvMCMacroBlockArray macroblocks = {0}; local
90 assert(XvMCCreateMacroBlocks(display, NULL, 1, &macroblocks) == XvMCBadContext);
91 /* Test 0 macroblocks */
92 assert(XvMCCreateMacroBlocks(display, &context, 0, &macroblocks) == BadValue);
94 assert(XvMCCreateMacroBlocks(display, &context, min_required_macroblocks, &macroblocks) == Success);
96 assert(macroblocks.context_id == context.context_id);
98 assert(macroblocks.macro_blocks != NULL);
100 assert(XvMCDestroyMacroBlocks(display, &macroblocks) == Success);
/external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
H A DSDL_gsyuv.c37 #define MAX_MACROBLOCKS 1024 /* 2^10 macroblocks at once */
50 int macroblocks; member in struct:private_yuvhwdata
146 hwdata->macroblocks = (width/16) * (height/16);
184 hwdata->dma_len = hwdata->macroblocks * (16 * 16 + 8 * 8 + 8 * 8) +
186 hwdata->macroblocks * (16 * sizeof(long long)) +
198 hwdata->macroblocks * (16 * 16 + 8 * 8 + 8 * 8);
202 hwdata->plist.num = hwdata->macroblocks * 4 + 1;
395 packet.len = hwdata->macroblocks * (16 * 16 + 8 * 8 + 8 * 8);
402 cmd = (7 << 28) + hwdata->macroblocks;
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
H A Dp_video_decoder.h75 const struct pipe_macroblock *macroblocks,
/external/mesa3d/src/gallium/include/pipe/
H A Dp_video_decoder.h75 const struct pipe_macroblock *macroblocks,
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/
H A Dsurface.c214 XvMCMacroBlockArray *macroblocks, XvMCBlockArray *blocks
249 assert(macroblocks);
252 assert(macroblocks->context_id == context->context_id);
275 xvmc_mb = macroblocks->macro_blocks + first_macroblock;
211 XvMCRenderSurface(Display *dpy, XvMCContext *context, unsigned int picture_structure, XvMCSurface *target_surface, XvMCSurface *past_surface, XvMCSurface *future_surface, unsigned int flags, unsigned int num_macroblocks, unsigned int first_macroblock, XvMCMacroBlockArray *macroblocks, XvMCBlockArray *blocks ) argument
/external/mesa3d/src/gallium/state_trackers/xvmc/
H A Dsurface.c214 XvMCMacroBlockArray *macroblocks, XvMCBlockArray *blocks
249 assert(macroblocks);
252 assert(macroblocks->context_id == context->context_id);
275 xvmc_mb = macroblocks->macro_blocks + first_macroblock;
211 XvMCRenderSurface(Display *dpy, XvMCContext *context, unsigned int picture_structure, XvMCSurface *target_surface, XvMCSurface *past_surface, XvMCSurface *future_surface, unsigned int flags, unsigned int num_macroblocks, unsigned int first_macroblock, XvMCMacroBlockArray *macroblocks, XvMCBlockArray *blocks ) argument
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_decoder.c576 const struct pipe_macroblock *macroblocks,
580 const struct pipe_mpeg12_macroblock *mb = (const struct pipe_mpeg12_macroblock *)macroblocks;
587 assert(macroblocks && macroblocks->codec == PIPE_VIDEO_CODEC_MPEG12);
573 vl_mpeg12_decode_macroblock(struct pipe_video_decoder *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture, const struct pipe_macroblock *macroblocks, unsigned num_macroblocks) argument
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_decoder.c576 const struct pipe_macroblock *macroblocks,
580 const struct pipe_mpeg12_macroblock *mb = (const struct pipe_mpeg12_macroblock *)macroblocks;
587 assert(macroblocks && macroblocks->codec == PIPE_VIDEO_CODEC_MPEG12);
573 vl_mpeg12_decode_macroblock(struct pipe_video_decoder *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture, const struct pipe_macroblock *macroblocks, unsigned num_macroblocks) argument

Completed in 332 milliseconds