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

  /bionic/libc/include/arpa/
ftp.h 53 #define TYPE_I 3 /* image */
  /device/linaro/bootloader/edk2/StdLib/Include/arpa/
ftp.h 55 #define TYPE_I 3 /* image */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/arpa/
ftp.h 51 #define TYPE_I 3 /* image */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/arpa/
ftp.h 51 #define TYPE_I 3 /* image */
  /hardware/intel/common/libmix/mix_video/src/
mixvideoframe_private.h 17 TYPE_I,
mixframemanager.c 600 if (frame_type == TYPE_I) {
601 LOG_I( "TYPE_I %"G_GINT64_FORMAT"\n", timestamp);
615 if (frame_type != TYPE_I) {
626 if (frame_type == TYPE_I || frame_type == TYPE_P) {
641 /*if (frame_type == TYPE_I) {
mixvideoformat_h264.c 1097 frame_type = TYPE_I;
    [all...]
mixvideoformat_vc1.c 998 ret = mix_videoframe_set_frame_type(frame, TYPE_I);
    [all...]

Completed in 119 milliseconds