Searched refs:chroma_format (Results 1 - 25 of 37) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
H A Dvl_decoder.h47 enum pipe_video_chroma_format chroma_format,
H A Dvl_decoder.c51 enum pipe_video_chroma_format chroma_format,
73 return vl_create_mpeg12_decoder(pipe, profile, entrypoint, chroma_format,
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.h110 enum pipe_video_chroma_format chroma_format,
H A Dvl_mpeg12_decoder.c363 //assert(ctx->base.chroma_format == PIPE_VIDEO_CHROMA_FORMAT_420);
904 templat.chroma_format = dec->base.chroma_format;
918 templat.chroma_format = dec->base.chroma_format;
969 templat.chroma_format = dec->base.chroma_format;
1026 enum pipe_video_chroma_format chroma_format,
1044 dec->base.chroma_format = chroma_format;
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
[all...]
H A Dvl_video_buffer.c232 if (tmpl->chroma_format == PIPE_VIDEO_CHROMA_FORMAT_420) {
235 } else if (tmpl->chroma_format == PIPE_VIDEO_CHROMA_FORMAT_422) {
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_decoder.h47 enum pipe_video_chroma_format chroma_format,
H A Dvl_decoder.c51 enum pipe_video_chroma_format chroma_format,
73 return vl_create_mpeg12_decoder(pipe, profile, entrypoint, chroma_format,
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.h110 enum pipe_video_chroma_format chroma_format,
H A Dvl_mpeg12_decoder.c363 //assert(ctx->base.chroma_format == PIPE_VIDEO_CHROMA_FORMAT_420);
904 templat.chroma_format = dec->base.chroma_format;
918 templat.chroma_format = dec->base.chroma_format;
969 templat.chroma_format = dec->base.chroma_format;
1026 enum pipe_video_chroma_format chroma_format,
1044 dec->base.chroma_format = chroma_format;
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
[all...]
H A Dvl_video_buffer.c232 if (tmpl->chroma_format == PIPE_VIDEO_CHROMA_FORMAT_420) {
235 } else if (tmpl->chroma_format == PIPE_VIDEO_CHROMA_FORMAT_422) {
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/tests/
H A Dtestlib.h44 * chroma_format: IN Chroma format that the port must display
56 unsigned int chroma_format,
H A Dtestlib.c47 unsigned int chroma_format,
80 surface_info[j].chroma_format == chroma_format &&
42 GetPort( Display *display, unsigned int width, unsigned int height, unsigned int chroma_format, const unsigned int *mc_types, unsigned int num_mc_types, XvPortID *port_id, int *surface_type_id, unsigned int *is_overlay, unsigned int *intra_unsigned ) argument
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/
H A Dtestlib.h44 * chroma_format: IN Chroma format that the port must display
56 unsigned int chroma_format,
H A Dtestlib.c47 unsigned int chroma_format,
80 surface_info[j].chroma_format == chroma_format &&
42 GetPort( Display *display, unsigned int width, unsigned int height, unsigned int chroma_format, const unsigned int *mc_types, unsigned int num_mc_types, XvPortID *port_id, int *surface_type_id, unsigned int *is_overlay, unsigned int *intra_unsigned ) argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/
H A Dcontext.c47 bool *found_port, int *screen, int *chroma_format,
62 assert(chroma_format);
97 *chroma_format = surface_info[l].chroma_format;
112 i, port, surface_type_id, max_width, max_height, *chroma_format,
186 int chroma_format = 0; local
205 &found_port, &scrn, &chroma_format, &mc_type, &surface_flags,
213 if (chroma_format != XVMC_CHROMA_FORMAT_420) {
251 FormatToPipe(chroma_format),
45 Validate(Display *dpy, XvPortID port, int surface_type_id, unsigned int width, unsigned int height, int flags, bool *found_port, int *screen, int *chroma_format, int *mc_type, int *surface_flags, unsigned short *subpic_max_w, unsigned short *subpic_max_h) argument
/external/mesa3d/src/gallium/state_trackers/xvmc/
H A Dcontext.c47 bool *found_port, int *screen, int *chroma_format,
62 assert(chroma_format);
97 *chroma_format = surface_info[l].chroma_format;
112 i, port, surface_type_id, max_width, max_height, *chroma_format,
186 int chroma_format = 0; local
205 &found_port, &scrn, &chroma_format, &mc_type, &surface_flags,
213 if (chroma_format != XVMC_CHROMA_FORMAT_420) {
251 FormatToPipe(chroma_format),
45 Validate(Display *dpy, XvPortID port, int surface_type_id, unsigned int width, unsigned int height, int flags, bool *found_port, int *screen, int *chroma_format, int *mc_type, int *surface_flags, unsigned short *subpic_max_w, unsigned short *subpic_max_h) argument
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
H A Dp_video_decoder.h52 enum pipe_video_chroma_format chroma_format; member in struct:pipe_video_decoder
110 enum pipe_video_chroma_format chroma_format; member in struct:pipe_video_buffer
/external/mesa3d/src/gallium/include/pipe/
H A Dp_video_decoder.h52 enum pipe_video_chroma_format chroma_format; member in struct:pipe_video_decoder
110 enum pipe_video_chroma_format chroma_format; member in struct:pipe_video_buffer
/external/chromium_org/third_party/libva/va/
H A Dva_enc_mpeg2.h143 unsigned int chroma_format : 2; member in struct:_VAEncSequenceParameterBufferMPEG2::__anon12938::__anon12939
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
H A Dsurface.c85 p_surf->templat.chroma_format = ChromaToPipe(chroma_type);
157 *chroma_type = PipeToChroma(p_surf->video_buffer->chroma_format);
161 *chroma_type = PipeToChroma(p_surf->templat.chroma_format);
175 if (p_surf->templat.chroma_format == PIPE_VIDEO_CHROMA_FORMAT_420) {
178 } else if (p_surf->templat.chroma_format == PIPE_VIDEO_CHROMA_FORMAT_422) {
H A Dmixer.c111 vmixer->chroma_format = PIPE_VIDEO_CHROMA_FORMAT_420;
122 vmixer->chroma_format = ChromaToPipe(*(VdpChromaType*)parameter_values[i]);
243 vmixer->chroma_format != surf->video_buffer->chroma_format)
687 *(VdpChromaType*)parameter_values[i] = PipeToChroma(vmixer->chroma_format);
/external/mesa3d/src/gallium/state_trackers/vdpau/
H A Dsurface.c85 p_surf->templat.chroma_format = ChromaToPipe(chroma_type);
157 *chroma_type = PipeToChroma(p_surf->video_buffer->chroma_format);
161 *chroma_type = PipeToChroma(p_surf->templat.chroma_format);
175 if (p_surf->templat.chroma_format == PIPE_VIDEO_CHROMA_FORMAT_420) {
178 } else if (p_surf->templat.chroma_format == PIPE_VIDEO_CHROMA_FORMAT_422) {
H A Dmixer.c111 vmixer->chroma_format = PIPE_VIDEO_CHROMA_FORMAT_420;
122 vmixer->chroma_format = ChromaToPipe(*(VdpChromaType*)parameter_values[i]);
243 vmixer->chroma_format != surf->video_buffer->chroma_format)
687 *(VdpChromaType*)parameter_values[i] = PipeToChroma(vmixer->chroma_format);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
H A Dnouveau_video.c511 enum pipe_video_chroma_format chroma_format,
570 dec->base.chroma_format = chroma_format;
653 chroma_format, width, height,
800 assert(templat->chroma_format == PIPE_VIDEO_CHROMA_FORMAT_420);
813 buffer->base.chroma_format = templat->chroma_format;
883 enum pipe_video_chroma_format chroma_format,
889 chroma_format, width, height,
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/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_video.c511 enum pipe_video_chroma_format chroma_format,
570 dec->base.chroma_format = chroma_format;
653 chroma_format, width, height,
800 assert(templat->chroma_format == PIPE_VIDEO_CHROMA_FORMAT_420);
813 buffer->base.chroma_format = templat->chroma_format;
883 enum pipe_video_chroma_format chroma_format,
889 chroma_format, width, height,
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

Completed in 6623 milliseconds

12