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

  /device/google/atv/sdk/
atv_sdk.atree 18 ${HOST_OUT}/device/google/atv/sdk/images_${TARGET_CPU_ABI}_source.properties system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/source.properties
19 device/google/atv/sdk/images_${TARGET_CPU_ABI}_hardware.ini system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/hardware.ini
Android.mk 4 $(HOST_OUT)/device/google/atv/sdk/images_$(TARGET_CPU_ABI)_source.properties
8 $(source_properties_file): $(TOPDIR)device/google/atv/sdk/images_$(TARGET_CPU_ABI)_source.prop_template
  /development/build/
sdk-android-x86.atree 21 ${HOST_OUT}/development/sys-img-${TARGET_CPU_ABI}/images_${TARGET_ARCH}_source.properties system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/source.properties
sdk-android-x86_64.atree 21 ${HOST_OUT}/development/sys-img-${TARGET_CPU_ABI}/images_${TARGET_ARCH}_source.properties system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/source.properties
  /external/opencv3/3rdparty/libwebp/mux/
muxedit.c 50 MuxImageDeleteAll(&mux->images_);
167 wpi = mux->images_;
276 if (mux->images_ != NULL) {
278 MuxImageDeleteAll(&mux->images_);
286 err = MuxImagePush(&wpi, &mux->images_);
321 if (mux->images_ != NULL) {
322 const WebPMuxImage* const image = mux->images_;
362 err = MuxImagePush(&wpi, &mux->images_);
403 return MuxImageDeleteNth(&mux->images_, nth);
470 wpi = mux->images_;
    [all...]
muxinternal.c 449 const int num_images = MuxImageCount(mux->images_, WEBP_CHUNK_IMAGE);
450 const int num_frames = MuxImageCount(mux->images_, WEBP_CHUNK_ANMF);
451 const int num_fragments = MuxImageCount(mux->images_, WEBP_CHUNK_FRGM);
506 if (mux->images_ == NULL) return WEBP_MUX_INVALID_ARGUMENT;
545 // mux->images_.
553 if (MuxHasLosslessImages(mux->images_)) {
muxread.c 223 // Add this to mux->images_ list.
224 if (MuxImagePush(wpi, &mux->images_) != WEBP_MUX_OK) goto Err;
278 if (MuxHasLosslessImages(mux->images_)) {
279 const WebPData* const vp8l_data = &mux->images_->img_->data_;
414 err = MuxImageGetNth((const WebPMuxImage**)&mux->images_, nth, &wpi);
470 *num_elements = MuxImageCount(mux->images_, id);
muxi.h 57 WebPMuxImage* images_; member in struct:WebPMux
234 // Return value is NULL if this chunk should be inserted in mux->images_ list
  /external/opencv3/modules/cudaimgproc/src/
match_template.cpp 421 std::vector<GpuMat> images_;
451 cuda::split(image, images_);
453 image_sums_.resize(images_.size());
455 cuda::integral(images_[i], image_sums_[i], stream);
500 std::vector<GpuMat> images_;
539 cuda::split(image, images_);
541 image_sums_.resize(images_.size());
542 image_sqsums_.resize(images_.size());
545 cuda::integral(images_[i], image_sums_[i], stream);
546 cuda::sqrIntegral(images_[i], image_sqsums_[i], stream)
    [all...]
  /external/vulkan-validation-layers/demos/smoke/
Smoke.h 185 std::vector<VkImage> images_; member in class:Smoke
Smoke.cpp 600 images_.clear();
621 vk::get(dev_, swapchain, images_);
624 image_views_.reserve(images_.size());
625 framebuffers_.reserve(images_.size());
626 for (auto img : images_) {
  /external/opencv3/modules/stitching/include/opencv2/stitching/detail/
seam_finders.hpp 98 std::vector<UMat> images_; member in class:cv::detail::PairwiseSeamFinder
  /external/opencv3/modules/stitching/src/
seam_finders.cpp 60 images_ = src;
    [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
STL.h     [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 
  /external/libgdx/backends/gdx-backends-gwt/libs/
gwt-dev.jar 

Completed in 4220 milliseconds