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

  /external/libvpx/libvpx/vpx/src/
vpx_encoder.c 89 void *mem_loc = NULL; local
91 if (!(res = iface->enc.mr_get_mem_loc(cfg, &mem_loc))) {
102 mr_cfg.mr_low_res_mode_info = mem_loc;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
vpx_encoder.c 93 void *mem_loc = NULL; local
95 if (!(res = iface->enc.mr_get_mem_loc(cfg, &mem_loc))) {
106 mr_cfg.mr_low_res_mode_info = mem_loc;
  /external/libvpx/libvpx/vpx/internal/
vpx_codec_internal.h 272 void **mem_loc);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/internal/
vpx_codec_internal.h 304 void **mem_loc);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
vp8_cx_iface.c 544 void **mem_loc)
548 (void)mem_loc;
567 *mem_loc = (void *)shared_mem_loc;
    [all...]
  /art/compiler/optimizing/
code_generator_mips64.cc 754 Location mem_loc = is_slot1 ? loc1 : loc2; local
755 LoadOperandType load_type = mem_loc.IsStackSlot() ? kLoadWord : kLoadDoubleword;
756 StoreOperandType store_type = mem_loc.IsStackSlot() ? kStoreWord : kStoreDoubleword;
758 __ LoadFromOffset(load_type, TMP, SP, mem_loc.GetStackIndex());
763 mem_loc.GetStackIndex());
765 if (mem_loc.IsStackSlot()) {
768 DCHECK(mem_loc.IsDoubleStackSlot());
772 __ StoreToOffset(store_type, reg_loc.AsRegister<GpuRegister>(), SP, mem_loc.GetStackIndex());
    [all...]
  /external/libhevc/decoder/
ihevcd_api.c 2399 UWORD8 mem_loc = MEM_REC_CNT; local
2993 UWORD32 mem_loc; local
3077 UWORD8 mem_loc = MEM_REC_CNT; local
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 601 void **mem_loc)
623 *mem_loc = (void *)shared_mem_loc;
    [all...]

Completed in 834 milliseconds