Home
last modified time | relevance | path

Searched refs:lib_flags (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c902 unsigned int lib_flags; in vp8e_encode() local
918 lib_flags = (flags & VPX_EFLAG_FORCE_KF) ? FRAMEFLAGS_KEY : 0; in vp8e_encode()
928 if (vp8_receive_raw_frame(ctx->cpi, ctx->next_frame_flag | lib_flags, in vp8e_encode()
942 lib_flags = 0; in vp8e_encode()
947 &lib_flags, in vp8e_encode()
977 pkt.data.frame.flags = lib_flags << 16; in vp8e_encode()
979 if (lib_flags & FRAMEFLAGS_KEY) in vp8e_encode()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c949 unsigned int lib_flags) { in get_frame_pkt_flags() argument
950 vpx_codec_frame_flags_t flags = lib_flags << 16; in get_frame_pkt_flags()
952 if (lib_flags & FRAMEFLAGS_KEY || in get_frame_pkt_flags()
1022 unsigned int lib_flags = 0; in encoder_encode() local
1066 -1 != vp9_get_compressed_data(cpi, &lib_flags, &size, in encoder_encode()
1098 pkt.data.frame.flags = get_frame_pkt_flags(cpi, lib_flags); in encoder_encode()
1117 pkt.data.frame.flags = get_frame_pkt_flags(cpi, lib_flags); in encoder_encode()