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

/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_decoder.h48 unsigned width, unsigned height, unsigned max_references,
H A Dvl_decoder.c52 unsigned width, unsigned height, unsigned max_references,
74 buffer_width, buffer_height, max_references,
48 vl_create_decoder(struct pipe_context *pipe, enum pipe_video_profile profile, enum pipe_video_entrypoint entrypoint, enum pipe_video_chroma_format chroma_format, unsigned width, unsigned height, unsigned max_references, bool expect_chunked_decode) argument
H A Dvl_mpeg12_decoder.h111 unsigned width, unsigned height, unsigned max_references,
H A Dvl_mpeg12_decoder.c1027 unsigned width, unsigned height, unsigned max_references,
1047 dec->base.max_references = max_references;
1023 vl_create_mpeg12_decoder(struct pipe_context *context, enum pipe_video_profile profile, enum pipe_video_entrypoint entrypoint, enum pipe_video_chroma_format chroma_format, unsigned width, unsigned height, unsigned max_references, bool expect_chunked_decode) argument
/external/mesa3d/src/gallium/include/pipe/
H A Dp_video_decoder.h55 unsigned max_references; member in struct:pipe_video_decoder
H A Dp_context.h430 unsigned width, unsigned height, unsigned max_references,
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_video.c513 unsigned max_references, bool expect_chunked_decode)
573 dec->base.max_references = max_references;
654 max_references, expect_chunked_decode);
885 unsigned max_references, bool expect_chunked_decode)
890 max_references, expect_chunked_decode);
507 nouveau_create_decoder(struct pipe_context *context, struct nouveau_screen *screen, enum pipe_video_profile profile, enum pipe_video_entrypoint entrypoint, enum pipe_video_chroma_format chroma_format, unsigned width, unsigned height, unsigned max_references, bool expect_chunked_decode) argument
880 nouveau_context_create_decoder(struct pipe_context *context, enum pipe_video_profile profile, enum pipe_video_entrypoint entrypoint, enum pipe_video_chroma_format chroma_format, unsigned width, unsigned height, unsigned max_references, bool expect_chunked_decode) argument
/external/v8/src/runtime/
H A Druntime-debug.cc1220 CONVERT_NUMBER_CHECKED(int32_t, max_references, Int32, args[2]);
1221 RUNTIME_ASSERT(max_references >= 0);
1246 if (instances.length() == max_references) break;
1275 CONVERT_NUMBER_CHECKED(int32_t, max_references, Int32, args[1]);
1276 RUNTIME_ASSERT(max_references >= 0);
1288 if (instances.length() == max_references) break;
/external/mesa3d/src/gallium/state_trackers/vdpau/
H A Ddecode.c44 uint32_t max_references,
99 width, height, max_references,
41 vlVdpDecoderCreate(VdpDevice device, VdpDecoderProfile profile, uint32_t width, uint32_t height, uint32_t max_references, VdpDecoder *decoder) argument

Completed in 145 milliseconds