HomeSort by relevance Sort by last modified time
    Searched full:u4_num_cores (Results 1 - 25 of 29) sorted by null

1 2

  /external/libavc/decoder/
ih264d.h 364 UWORD32 u4_num_cores; member in struct:__anon14723
398 UWORD32 u4_num_cores; member in struct:__anon14725
ih264d_thread_parse_decode.c 250 if(ps_dec->u4_output_present && (2 == ps_dec->u4_num_cores) &&
347 if((ps_dec->u4_num_cores == 2) || !ps_dec->i1_recon_in_thread3_flag)
470 else if(ps_dec->u4_output_present && (2 == ps_dec->u4_num_cores) &&
507 if((ps_dec->u4_num_cores == 2) || !ps_dec->i1_recon_in_thread3_flag)
619 if(ps_dec->u4_output_present && (2 == ps_dec->u4_num_cores) &&
ih264d_api.c     [all...]
ih264d_parse_slice.c 200 if(ps_dec->u4_num_cores == 1)
208 if(ps_dec->u4_num_cores > 2)
209 ps_dec->u4_num_cores = 2;
705 if(ps_dec->u4_num_cores >= 3 && ps_dec->i1_recon_in_thread3_flag)
    [all...]
ih264d_thread_compute_bs.c 720 (3 == ps_dec->u4_num_cores) &&
ih264d_parse_bslice.c     [all...]
ih264d_parse_islice.c     [all...]
ih264d_parse_pslice.c     [all...]
ih264d_process_pslice.c 317 if(ps_dec->u4_num_cores < 3)
    [all...]
  /external/libmpeg2/decoder/
impeg2d.h 398 UWORD32 u4_num_cores; member in struct:__anon15960
433 UWORD32 u4_num_cores; member in struct:__anon15962
impeg2d_api_main.c 282 if(ps_ip->u4_num_cores > 0)
288 ps_dec_state_multi_core->ps_dec_state[i]->i4_num_cores = ps_ip->u4_num_cores;
    [all...]
  /external/libhevc/decoder/
ihevcd_cxa.h 505 UWORD32 u4_num_cores; member in struct:__anon15770
548 UWORD32 u4_num_cores; member in struct:__anon15772
ihevcd_api.c 788 if((ps_ip->u4_num_cores < 1) || (ps_ip->u4_num_cores > MAX_NUM_CORES))
790 if(ps_ip->u4_num_cores != 1)
    [all...]
  /external/libavc/test/encoder/
app.h 236 UWORD32 u4_num_cores; member in struct:__anon15019
main.c 716 sscanf(value, "%d", &ps_app_ctxt->u4_num_cores);
    [all...]
  /external/libavc/test/decoder/
main.c 201 UWORD32 u4_num_cores; member in struct:__anon15013
    [all...]
  /external/libhevc/test/decoder/
main.c 197 UWORD32 u4_num_cores; member in struct:__anon15806
    [all...]
  /external/libmpeg2/test/decoder/
main.c 192 UWORD32 u4_num_cores; member in struct:__anon16004
    [all...]
  /frameworks/av/media/libstagefright/codecs/hevcdec/
SoftHEVC.cpp 216 s_set_cores_ip.u4_num_cores = MIN(mNumCores, CODEC_MAX_NUM_CORES);
219 ALOGV("Set number of cores to %u", s_set_cores_ip.u4_num_cores);
  /external/libavc/encoder/
ih264e_encode.c 409 WORD32 num_thread_cnt = ps_codec->s_cfg.u4_num_cores - 1;
686 for (i = 0; i < (WORD32)ps_codec->s_cfg.u4_num_cores; i++)
ih264e_api.c     [all...]
ih264e_process.c     [all...]
ive2.h 1199 UWORD32 u4_num_cores; member in struct:__anon15001
    [all...]
  /frameworks/av/media/libstagefright/codecs/avcdec/
SoftAVCDec.cpp 257 s_set_cores_ip.u4_num_cores = MIN(mNumCores, CODEC_MAX_NUM_CORES);
  /frameworks/av/media/libstagefright/codecs/mpeg2dec/
SoftMPEG2.cpp 217 s_set_cores_ip.u4_num_cores = MIN(mNumCores, CODEC_MAX_NUM_CORES);

Completed in 458 milliseconds

1 2