HomeSort by relevance Sort by last modified time
    Searched full:extp (Results 1 - 15 of 15) sorted by null

  /hardware/samsung_slsi/exynos5/include/
ExynosBuffer.h 58 char *extP[3]; //! Y Cb Cr.
64 unsigned int extP[3]; //! Y Cb Cr.
76 unsigned int extP[3]; //! \n
90 virt. extP[i] = NULL;
91 phys. extP[i] = 0;
93 reserved.extP[i] = 0;
102 virt. extP[i] = other->virt.extP[i];
103 phys. extP[i] = other->phys.extP[i]
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
init.cpp 39 AVCPicParamSet* extP = NULL;
42 if (extPPS) extP = (AVCPicParamSet*) extPPS;
89 if (!extS && !extP)
232 if (!extP && !extS)
336 else if (extP)// external PPS
338 picParam->pic_parameter_set_id = extP->pic_parameter_set_id - 1; /* to be increased by one */
339 picParam->seq_parameter_set_id = extP->seq_parameter_set_id;
340 picParam->entropy_coding_mode_flag = extP->entropy_coding_mode_flag;
341 if (extP->entropy_coding_mode_flag != 0) /* default to CAVLC */
345 picParam->pic_order_present_flag = extP->pic_order_present_flag; /* default for now, will need it for B-slice *
    [all...]
  /external/libvpx/vp8/common/mips/
subpixel_mips.c 180 "extp %[Temp1], $ac3, 9 \n\t"
191 "extp %[Temp3], $ac2, 9 \n\t"
199 "extp %[Temp2], $ac3, 9 \n\t"
203 "extp %[Temp4], $ac2, 9 \n\t"
257 "extp %[Temp1], $ac3, 9 \n\t"
266 "extp %[Temp3], $ac2, 9 \n\t"
272 "extp %[Temp2], $ac3, 9 \n\t"
275 "extp %[Temp4], $ac2, 9 \n\t"
384 "extp %[Temp1], $ac3, 9 \n\t"
392 "extp %[Temp3], $ac2, 9 \n\t
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosCameraHWInterface.cpp 429 videoBuf.virt.extP[0] = (char *)m_videoHeap[i]->data;
432 videoBuf.virt.extP[j] = videoBuf.virt.extP[j-1] + videoBuf.size.extS[j-1];
434 videoBuf.virt.extP[j] = NULL;
    [all...]
ExynosCamera.cpp     [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCameraHWInterface2.cpp 484 shot_ext = (struct camera2_shot_ext *)buf->virt.extP[1];
    [all...]
  /external/tcpdump/
print-dhcp6.c 676 u_char *extp; local
752 extp = (u_char *)(dh6 + 1);
753 dhcp6opt_print(extp, ep);
  /external/clang/test/CodeGen/
builtins-mips.c 271 // CHECK: call i32 @llvm.mips.extp
  /external/mdnsresponder/Clients/
dns-sd.c 1237 Opaque16 extp = { { ExtPortAsNumber >> 8, ExtPortAsNumber & 0xFF } }; local
    [all...]
  /bionic/libc/upstream-dlmalloc/
malloc.c 2600 void* extp; \/* Unused but available for extensions *\/ member in struct:malloc_state
    [all...]
  /external/qemu/
mips-dis.c     [all...]
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/bin/
mipsel-linux-android-as 
mipsel-linux-android-objdump 
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/mipsel-linux-android/bin/
as 
objdump 

Completed in 425 milliseconds