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

  /external/clang/test/CodeGen/
builtins-ppc-p8vector.c 38 vector double vda = { 1.e-11, -132.23e10 }; variable
76 res_vd = vec_abs(vda);
343 res_vd = vec_eqv(vda, vda);
367 res_d = vec_extract(vda, si);
384 res_vd = vec_insert(d, vda, si);
459 res_i = vec_all_eq(vda, vda);
502 res_i = vec_all_ne(vda, vda);
    [all...]
  /external/v4l2_codec2/vda/
video_decode_accelerator.cc 36 // Implementations in the process that VDA runs in must override this.
37 LOG(FATAL) << "This may only be called in the same process as VDA impl.";
78 media::VideoDecodeAccelerator* vda) const {
79 vda->Destroy();
video_decode_accelerator.h 51 // Flags that can be associated with a VDA.
55 // Normally, the VDA is required to be able to provide all PictureBuffers
61 // If this flag is set, then the VDA does not make this guarantee. The
66 // Whether the VDA supports being configured with an output surface for
70 // If set, the VDA will use deferred initialization if the config
79 // Whether the VDA supports encrypted streams or not.
110 // Config structure contains parameters required for the VDA initialization.
113 // When set to ALLOCATE, the VDA is expected to allocate backing memory
115 // When set to IMPORT, the VDA will not allocate, but after receiving
164 // supported by the VDA (see Capabilities), and it is supported by th
    [all...]
  /external/v4l2_codec2/tests/
Android.mk 25 $(TOP)/external/v4l2_codec2/vda \
66 $(TOP)/external/v4l2_codec2/vda \
  /external/v4l2_codec2/cmds/
Android.mk 11 $(TOP)/external/v4l2_codec2/vda \
  /external/v4l2_codec2/
C2VDAAdaptor.cpp 49 // TODO(johnylin): may need to implement factory to create VDA if there are multiple VDA
52 std::unique_ptr<media::VideoDecodeAccelerator> vda(
54 if (!vda->Initialize(config, this)) {
55 ALOGE("Failed to initialize VDA");
59 mVDA = std::move(vda);
162 // per change ag/3262504, output_format from VDA is no longer used, component side always
Android.mk 18 $(TOP)/external/v4l2_codec2/vda \
  /toolchain/binutils/binutils-2.27/gold/
dynobj.cc     [all...]

Completed in 102 milliseconds