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

  /external/libmpeg2/decoder/
impeg2d_decoder.c 132 ps_op->s_ivd_video_decode_op_t.u4_pic_wd = ps_dec->u2_horizontal_size;
214 ps_op->s_ivd_video_decode_op_t.u4_pic_wd = ps_dec->u2_reinit_max_width;
261 ps_op->s_ivd_video_decode_op_t.u4_pic_wd = ps_dec->u2_horizontal_size;
ivd.h 374 UWORD32 u4_pic_wd; member in struct:__anon16821
853 * u4_pic_wd
855 UWORD32 u4_pic_wd; member in struct:__anon16837
impeg2d_api_main.c     [all...]
  /external/libavc/decoder/
ivd.h 428 UWORD32 u4_pic_wd; member in struct:__anon15378
907 * u4_pic_wd
909 UWORD32 u4_pic_wd; member in struct:__anon15394
ih264d_api.c     [all...]
  /external/libhevc/common/
ivd.h 426 UWORD32 u4_pic_wd; member in struct:__anon16555
905 * u4_pic_wd
907 UWORD32 u4_pic_wd; member in struct:__anon16571
  /frameworks/av/media/libstagefright/codecs/mpeg2dec/
SoftMPEG2.cpp 716 handlePortSettingsChange(&portWillReset, s_dec_op.u4_pic_wd, s_dec_op.u4_pic_ht);
744 mNewWidth = s_dec_op.u4_pic_wd;
753 if ((0 < s_dec_op.u4_pic_wd) && (0 < s_dec_op.u4_pic_ht)) {
754 uint32_t width = s_dec_op.u4_pic_wd;
  /external/libhevc/decoder/
ihevcd_decode.c 191 ps_dec_op->u4_pic_wd = ps_codec->i4_disp_wd;
196 ps_dec_op->u4_pic_wd = 0;
453 ps_dec_op->u4_pic_wd = ps_codec->i4_disp_wd;
ihevcd_api.c     [all...]
  /frameworks/av/media/libstagefright/codecs/avcdec/
SoftAVCDec.cpp 691 if ((0 < s_dec_op.u4_pic_wd) && (0 < s_dec_op.u4_pic_ht)) {
692 uint32_t width = s_dec_op.u4_pic_wd;
  /frameworks/av/media/libstagefright/codecs/hevcdec/
SoftHEVC.cpp 638 if ((0 < s_dec_op.u4_pic_wd) && (0 < s_dec_op.u4_pic_ht)) {
639 uint32_t width = s_dec_op.u4_pic_wd;
  /external/libhevc/test/decoder/
main.c 219 UWORD32 u4_pic_wd; member in struct:__anon16640
    [all...]
  /external/libavc/test/decoder/
main.c 220 UWORD32 u4_pic_wd; member in struct:__anon15605
    [all...]
  /external/libmpeg2/test/decoder/
main.c 214 UWORD32 u4_pic_wd; member in struct:__anon16840
    [all...]

Completed in 749 milliseconds