Home | History | Annotate | Download | only in mp4

Lines Matching defs:thumbnail

535         // mark thumbnail image as hidden, these can be retrieved if the client
536 // request thumbnail explicitly, but won't be exposed as displayables.
547 ALOGV("Image item id %d uses thumbnail item id %d", mRefs[i], mItemId);
1431 // hidden, in case the primary is set to a thumbnail
1530 const ImageItem &thumbnail = mItemIdToItemMap[thumbItemIndex];
1532 meta->setInt32(kKeyThumbnailWidth, thumbnail.width);
1533 meta->setInt32(kKeyThumbnailHeight, thumbnail.height);
1535 thumbnail.hvcc->data(), thumbnail.hvcc->size());
1536 ALOGV("image[%u]: thumbnail: size %dx%d, item index %zd",
1537 imageIndex, thumbnail.width, thumbnail.height, thumbItemIndex);
1539 ALOGW("%s: Referenced thumbnail does not exist!", __FUNCTION__);
1603 // thumbnail extraction code knows we really don't have it.