OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:size_mb
(Results
1 - 15
of
15
) sorted by null
/hardware/intel/img/psb_video/src/mrst/
psb_MPEG2MC.c
114
uint32_t
size_mb
; /* in macroblocks */
member in struct:context_MPEG2MC_s
[
all
...]
psb_H264.c
123
uint32_t
size_mb
; /* in macroblocks */
member in struct:context_H264_s
661
ctx->
size_mb
= ctx->picture_width_mb * ctx->picture_height_mb; /* (7-25) */
665
uint32_t
size_mb
= ((ctx->obj_context->current_render_target->width + 15) / 16) *
local
667
uint32_t colocated_size = ((
size_mb
+ 100) * 128 + 0xfff) & ~0xfff;
769
ctx->picture_width_mb, ctx->
size_mb
);
[
all
...]
psb_MPEG2.c
490
uint32_t
size_mb
; /* in macroblocks */
member in struct:context_MPEG2_s
753
ctx->
size_mb
= ctx->picture_width_mb * ctx->picture_height_mb;
[
all
...]
psb_VC1.c
799
ctx->
size_mb
= ctx->picture_width_mb * ctx->picture_height_mb;
801
uint32_t colocated_size = (ctx->
size_mb
+ 1) * 2 * VC1_MB_PARAM_STRIDE + 0x2000;
[
all
...]
psb_MPEG4.c
293
uint32_t
size_mb
; /* in macroblocks */
member in struct:context_MPEG4_s
[
all
...]
/external/autotest/client/site_tests/platform_MemCheck/
platform_MemCheck.py
47
cmd = 'mosys memory spd print geometry -s
size_mb
'
/hardware/intel/img/psb_video/src/
vc1_header.h
216
uint32_t
size_mb
; /* in macroblocks */
member in struct:context_VC1_s
pnw_H264.c
138
uint32_t
size_mb
; /* in macroblocks */
member in struct:context_H264_s
600
ctx->
size_mb
= ctx->picture_width_mb * ctx->picture_height_mb; /* (7-25) */
603
uint32_t colocated_size = ((ctx->
size_mb
+ 100) * 128 + 0xfff) & ~0xfff;
788
ctx->picture_width_mb, ctx->
size_mb
);
[
all
...]
pnw_MPEG4.c
1118
uint32_t
size_mb
; /* in macroblocks */
member in struct:context_MPEG4_s
[
all
...]
tng_jpegdec.c
182
uint32_t
size_mb
; /* in macroblocks */
member in struct:context_JPEG_s
602
ctx->
size_mb
= ctx->picture_width_mb * ctx->picture_height_mb;
[
all
...]
pnw_MPEG2.c
501
uint32_t
size_mb
; /* in macroblocks */
member in struct:context_MPEG2_s
775
ctx->
size_mb
= ctx->picture_width_mb * ctx->picture_height_mb;
[
all
...]
tng_VP8.c
282
uint32_t
size_mb
; /* in macroblocks */
member in struct:context_VP8_s
643
ctx->
size_mb
= ((ctx->pic_params->frame_width) * (ctx->pic_params->frame_height)) >> 8;
[
all
...]
pnw_VC1.c
816
ctx->
size_mb
= ctx->picture_width_mb * ctx->picture_height_mb;
818
uint32_t colocated_size = ((ctx->
size_mb
+ 1) * 2 + 128) * VC1_MB_PARAM_STRIDE;
819
//uint32_t colocated_size = (ctx->
size_mb
+ 1) * 2 * VC1_MB_PARAM_STRIDE + 0x2000;
[
all
...]
/system/vold/
CommandListener.cpp
410
"Usage: asec create <container-id> <
size_mb
> <fstype> <key> <ownerUid> "
421
cli->sendMsg(ResponseCode::CommandSyntaxError, "Usage: asec resize <container-id> <
size_mb
> <key>", false);
/hardware/intel/img/psb_video/src/hwdefs/
dxva_cmdseq_msg.h
62
uint32_t
size_mb
;
member in struct:__anon30889
Completed in 1319 milliseconds