HomeSort by relevance Sort by last modified time
    Searched refs:picture_structure (Results 1 - 23 of 23) sorted by null

  /external/mesa3d/src/gallium/state_trackers/xvmc/
surface.c 107 desc->picture_structure = surface->picture_structure;
140 if (surface->picture_structure) {
143 surface->picture_structure = 0;
211 Status XvMCRenderSurface(Display *dpy, XvMCContext *context, unsigned int picture_structure,
237 if (picture_structure != XVMC_TOP_FIELD &&
238 picture_structure != XVMC_BOTTOM_FIELD &&
239 picture_structure != XVMC_FRAME_PICTURE)
278 if (target_surface_priv->picture_structure > 0 && (
279 target_surface_priv->picture_structure != picture_structure |
    [all...]
xvmc_private.h 72 int picture_structure; member in struct:__anon16804
  /hardware/intel/common/libva/va/
va_enc_mpeg2.h 226 unsigned int picture_structure : 2; member in struct:_VAEncPictureParameterBufferMPEG2::__anon23989::__anon23990
va.h 1736 unsigned int picture_structure : 2; member in struct:_VAPictureParameterBufferMPEG2::__anon23904::__anon23905
    [all...]
va_trace.c 814 va_TraceMsg(trace_ctx,"\tpicture_structure= %d\n", p->picture_coding_extension.bits.picture_structure);
    [all...]
  /hardware/intel/img/psb_video/src/mrst/
psb_MPEG2MC.c 107 uint32_t picture_structure; member in struct:context_MPEG2MC_s
156 if (FRAME_PICTURE == ctx->picture_structure) {
195 if (FRAME_PICTURE == ctx->picture_structure) {
241 if (((ctx->picture_structure == BOTTOM_FIELD) != MBPARAM_MvertFieldSel_0(mb_param)) &&
280 if (3 == MBPARAM_MotionType(mb_param) && (ctx->picture_structure != FRAME_PICTURE)) {
281 if (ctx->picture_structure == TOP_FIELD) {
332 if (FRAME_PICTURE == ctx->picture_structure) {
415 if ((ctx->picture_structure == BOTTOM_FIELD) && (3 == MBPARAM_MotionType(mb_param))) {
485 if (FRAME_PICTURE == ctx->picture_structure) {
516 if ((FRAME_PICTURE != ctx->picture_structure) &
    [all...]
psb_MPEG2.c 789 REGIO_WRITE_FIELD_LITE(ctx->FE_PPS0, MSVDX_VEC_MPEG2, CR_VEC_MPEG2_FE_PPS0, FE_PICTURE_STRUCTURE, ctx->pic_params->picture_coding_extension.bits.picture_structure);
817 REGIO_WRITE_FIELD_LITE(ctx->BE_PPS2, MSVDX_VEC_MPEG2, CR_VEC_MPEG2_BE_PPS2, BE_PICTURE_STRUCTURE, ctx->pic_params->picture_coding_extension.bits.picture_structure);
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_video.h 37 unsigned picture_structure; member in struct:nouveau_decoder
nouveau_video.c 178 if (dec->picture_structure == PIPE_MPEG12_PICTURE_STRUCTURE_FRAME) {
183 if (dec->picture_structure == PIPE_MPEG12_PICTURE_STRUCTURE_FIELD_BOTTOM)
286 bool frame = dec->picture_structure == PIPE_MPEG12_PICTURE_STRUCTURE_FRAME;
335 dec->picture_structure != PIPE_MPEG12_PICTURE_STRUCTURE_FIELD_TOP,
339 dec->picture_structure == PIPE_MPEG12_PICTURE_STRUCTURE_FIELD_TOP,
439 dec->picture_structure = desc->picture_structure;
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp2/parser/
viddec_mpeg2_metadata.c 531 ret_code |= viddec_pm_get_bits(parent, &parser->info.pic_cod_ext.picture_structure, 2);
535 if (parser->info.pic_cod_ext.picture_structure == MPEG2_PIC_STRUCT_RESERVED)
542 if (parser->info.pic_cod_ext.picture_structure != MPEG2_PIC_STRUCT_FRAME)
559 parser->info.pic_cod_ext.picture_structure = MPEG2_PIC_STRUCT_FRAME;
582 if (parser->info.pic_cod_ext.picture_structure != MPEG2_PIC_STRUCT_FRAME)
584 parser->info.pic_cod_ext.picture_structure = MPEG2_PIC_STRUCT_FRAME;
633 if (parser->mpeg2_prev_picture_structure == parser->info.pic_cod_ext.picture_structure)
642 if (parser->info.pic_cod_ext.picture_structure == MPEG2_PIC_STRUCT_FRAME)
659 parser->mpeg2_prev_picture_structure = parser->info.pic_cod_ext.picture_structure;
693 if ((parser->info.pic_cod_ext.picture_structure == MPEG2_PIC_STRUCT_TOP) |
    [all...]
viddec_mpeg2_frame_attr.c 87 attrs->mpeg2.picture_struct = parser->info.pic_cod_ext.picture_structure;
viddec_mpeg2_workload.c 60 parser->info.pic_cod_ext.picture_structure = MPEG2_PIC_STRUCT_FRAME;
181 parser->wi.cpce1 |= (parser->info.pic_cod_ext.picture_structure) << 10;
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp2/include/
mpeg2.h 142 uint32_t picture_structure; member in struct:mpeg2_picture_coding_ext_info
  /external/mesa3d/src/gallium/include/pipe/
p_video_state.h 124 unsigned picture_structure; member in struct:pipe_mpeg12_picture_desc
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_mpeg12_bitstream.c 856 if (bs->desc->picture_structure == PIPE_MPEG12_PICTURE_STRUCTURE_FRAME) {
865 if (bs->desc->picture_structure == PIPE_MPEG12_PICTURE_STRUCTURE_FRAME)
871 if (bs->desc->picture_structure == PIPE_MPEG12_PICTURE_STRUCTURE_FRAME &&
885 if (bs->desc->picture_structure == PIPE_MPEG12_PICTURE_STRUCTURE_FRAME)
892 if (bs->desc->picture_structure == PIPE_MPEG12_PICTURE_STRUCTURE_FRAME)
  /hardware/intel/img/psb_video/src/
pnw_rotate.c 379 if ((pic_params->picture_coding_extension.bits.picture_structure == TOP_FIELD) ||
380 (pic_params->picture_coding_extension.bits.picture_structure == BOTTOM_FIELD) ||
381 ((pic_params->picture_coding_extension.bits.picture_structure == FRAME_PICTURE) &&
pnw_MPEG2.c 811 REGIO_WRITE_FIELD_LITE(ctx->FE_PPS0, MSVDX_VEC_MPEG2, CR_VEC_MPEG2_FE_PPS0, FE_PICTURE_STRUCTURE, ctx->pic_params->picture_coding_extension.bits.picture_structure);
839 REGIO_WRITE_FIELD_LITE(ctx->BE_PPS2, MSVDX_VEC_MPEG2, CR_VEC_MPEG2_BE_PPS2, BE_PICTURE_STRUCTURE, ctx->pic_params->picture_coding_extension.bits.picture_structure);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vdpau/
decode.c 211 picture->picture_structure = picture_info->picture_structure;
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderMPEG2.cpp 172 if (data->pic_data[0].pic_parms->picture_coding_extension.bits.picture_structure == MPEG2_PIC_STRUCT_TOP)
  /hardware/intel/common/libva/test/decode/
mpeg2vldemo.cpp 85 picture_structure:3,
  /hardware/intel/common/libva/test/encode/
mpeg2enc.c 371 bitstream_put_ui(bs, pic_param->picture_coding_extension.bits.picture_structure, 2);
805 pic_param->picture_coding_extension.bits.picture_structure = 3; /* frame picture */
    [all...]
mpeg2vaenc.c 371 bitstream_put_ui(bs, pic_param->picture_coding_extension.bits.picture_structure, 2);
805 pic_param->picture_coding_extension.bits.picture_structure = 3; /* frame picture */
    [all...]
  /hardware/intel/common/libva/test/transcode/
mpeg2transcode.cpp     [all...]

Completed in 382 milliseconds