HomeSort by relevance Sort by last modified time
    Searched refs:images_ (Results 1 - 12 of 12) 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/webp/src/mux/
muxedit.c 48 DeleteAllImages(&mux->images_);
141 wpi = mux->images_;
244 if (mux->images_ != NULL) {
246 DeleteAllImages(&mux->images_);
254 err = MuxImagePush(&wpi, &mux->images_);
280 if (mux->images_ != NULL) {
281 const WebPMuxImage* const image = mux->images_;
316 err = MuxImagePush(&wpi, &mux->images_);
384 return MuxImageDeleteNth(&mux->images_, nth);
431 wpi = mux->images_;
    [all...]
muxread.c 247 // Add this to mux->images_ list.
248 if (MuxImagePush(wpi, &mux->images_) != WEBP_MUX_OK) goto Err;
291 const int num_images = MuxImageCount(mux->images_, WEBP_CHUNK_IMAGE);
292 const int num_frames = MuxImageCount(mux->images_, WEBP_CHUNK_ANMF);
322 const WebPMuxImage* const wpi = mux->images_;
470 err = MuxImageGetNth((const WebPMuxImage**)&mux->images_, nth, &wpi);
526 *num_elements = MuxImageCount(mux->images_, id);
muxi.h 61 WebPMuxImage* images_; member in struct:WebPMux
muxinternal.c 475 if (mux->images_ == NULL) return WEBP_MUX_INVALID_ARGUMENT;
510 // mux->images_.
518 if (MuxHasAlpha(mux->images_)) {
  /external/vulkan-validation-layers/demos/smoke/
Smoke.h 179 std::vector<VkImage> images_; member in class:Smoke
Smoke.cpp 595 images_.clear();
616 vk::get(dev_, swapchain, images_);
619 image_views_.reserve(images_.size());
620 framebuffers_.reserve(images_.size());
621 for (auto img : images_) {
  /external/ImageMagick/Magick++/lib/Magick++/
STL.h     [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 

Completed in 847 milliseconds