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

1 2

  /external/mesa3d/src/gallium/state_trackers/xvmc/
surface.c 108 desc->picture_structure = surface->picture_structure;
141 if (surface->picture_structure) {
144 surface->picture_structure = 0;
218 Status XvMCRenderSurface(Display *dpy, XvMCContext *context, unsigned int picture_structure,
244 if (picture_structure != XVMC_TOP_FIELD &&
245 picture_structure != XVMC_BOTTOM_FIELD &&
246 picture_structure != XVMC_FRAME_PICTURE)
285 if (target_surface_priv->picture_structure > 0 && (
286 target_surface_priv->picture_structure != picture_structure |
    [all...]
xvmc_private.h 72 unsigned picture_structure; member in struct:__anon30258
  /external/mesa3d/src/gallium/state_trackers/va/
picture_mpeg12.c 47 context->desc.mpeg12.picture_structure =
48 mpeg2->picture_coding_extension.bits.picture_structure;
  /hardware/intel/common/libva/va/
va_enc_mpeg2.h 226 unsigned int picture_structure : 2; member in struct:_VAEncPictureParameterBufferMPEG2::__anon47579::__anon47580
  /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_vp3_video_vp.c 38 uint16_t picture_structure; // 32 member in struct:mpeg12_picparm_vp
229 pic_vp->picture_structure = 3;
231 pic_vp->picture_structure = desc->picture_structure;
233 assert(desc->picture_structure != 4);
234 if (desc->picture_structure == 4) // Untested, but should work
247 pic_vp->unk30 = desc->picture_structure < 3 && (desc->picture_structure == 2 - desc->top_field_first);
469 switch (desc.mpeg12->picture_structure) {
nouveau_video.c 167 if (dec->picture_structure == PIPE_MPEG12_PICTURE_STRUCTURE_FRAME) {
172 if (dec->picture_structure == PIPE_MPEG12_PICTURE_STRUCTURE_FIELD_BOTTOM)
275 bool frame = dec->picture_structure == PIPE_MPEG12_PICTURE_STRUCTURE_FRAME;
324 dec->picture_structure != PIPE_MPEG12_PICTURE_STRUCTURE_FIELD_TOP,
328 dec->picture_structure == PIPE_MPEG12_PICTURE_STRUCTURE_FIELD_TOP,
426 dec->picture_structure = desc->picture_structure;
nouveau_vp3_video_bsp.c 35 uint8_t picture_structure; member in struct:mpeg12_picparm_bsp
121 pic_bsp->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/auxiliary/vl/
vl_mpeg12_bitstream.c 885 if (bs->desc->picture_structure == PIPE_MPEG12_PICTURE_STRUCTURE_FRAME) {
894 if (bs->desc->picture_structure == PIPE_MPEG12_PICTURE_STRUCTURE_FRAME)
900 if (bs->desc->picture_structure == PIPE_MPEG12_PICTURE_STRUCTURE_FRAME &&
914 if (bs->desc->picture_structure == PIPE_MPEG12_PICTURE_STRUCTURE_FRAME)
921 if (bs->desc->picture_structure == PIPE_MPEG12_PICTURE_STRUCTURE_FRAME)
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv84_video_vp.c 473 uint8_t picture_structure; // 27 member in struct:mpeg12_header
518 header.picture_structure = desc->picture_structure;
  /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/include/pipe/
p_video_state.h 152 unsigned picture_structure; member in struct:pipe_mpeg12_picture_desc
  /external/mesa3d/src/gallium/state_trackers/omx/
vid_dec_mpeg12.c 303 priv->picture.mpeg12.picture_structure = vl_vlc_get_uimsbf(vlc, 2);
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderMPEG2.cpp 185 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,
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_vce.h 235 uint32_t picture_structure; member in struct:rvce_enc_operation
  /external/mesa3d/src/gallium/state_trackers/vdpau/
decode.c 242 picture->picture_structure = picture_info->picture_structure;
  /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...]

Completed in 387 milliseconds

1 2