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

  /external/libmpeg2/common/
impeg2_defs.h 101 #define FRAME_PICTURE 3
  /hardware/intel/img/psb_video/src/mrst/
psb_MPEG2MC.c 79 #define FRAME_PICTURE 3
156 if (FRAME_PICTURE == ctx->picture_structure) {
195 if (FRAME_PICTURE == ctx->picture_structure) {
280 if (3 == MBPARAM_MotionType(mb_param) && (ctx->picture_structure != FRAME_PICTURE)) {
332 if (FRAME_PICTURE == ctx->picture_structure) {
485 if (FRAME_PICTURE == ctx->picture_structure) {
516 if ((FRAME_PICTURE != ctx->picture_structure) &&
    [all...]
  /external/libmpeg2/decoder/
impeg2d_i_pic.c 146 if(ps_dec->u2_picture_structure != FRAME_PICTURE)
186 if(ps_dec->u2_picture_structure != FRAME_PICTURE)
impeg2d_d_pic.c 152 if(ps_dec->u2_picture_structure != FRAME_PICTURE)
impeg2d_pic_proc.c 264 ps_dec->u2_picture_structure = FRAME_PICTURE;
355 if(ps_dec->u2_picture_structure != FRAME_PICTURE)
588 if(ps_dec->u2_picture_structure != FRAME_PICTURE)
650 case FRAME_PICTURE:
impeg2d_mc.c 500 if(ps_dec->u2_picture_structure != FRAME_PICTURE)
511 if(ps_dec->u2_picture_structure == FRAME_PICTURE)
634 if(ps_dec->u2_picture_structure != FRAME_PICTURE)
647 if(ps_dec->u2_picture_structure == FRAME_PICTURE)
    [all...]
impeg2d_pnb_pic.c 88 if((dec->picture_structure != FRAME_PICTURE) &&
468 if(ps_dec->u2_picture_structure != FRAME_PICTURE)
impeg2d_dec_hdr.c 495 (ps_dec->u2_picture_structure != FRAME_PICTURE) ?
    [all...]
  /hardware/intel/img/psb_video/src/
pnw_rotate.c 64 #define FRAME_PICTURE 3
381 ((pic_params->picture_coding_extension.bits.picture_structure == FRAME_PICTURE) &&
  /external/opencv3/modules/cudacodec/src/
video_writer.cpp 630 efparams.PictureStruc = FRAME_PICTURE;
    [all...]

Completed in 288 milliseconds