/external/qemu/hw/ |
audiodev.h | 5 int SB16_init(qemu_irq *pic); 8 int Adlib_init(qemu_irq *pic); 11 int GUS_init(qemu_irq *pic); 17 int cs4231a_init(qemu_irq *pic);
|
mips.h | 6 PCIBus *pci_gt64120_init(qemu_irq *pic);
|
/external/chromium_org/content/common/gpu/media/ |
h264_dpb.cc | 46 void H264DPB::StorePic(H264Picture* pic) { 48 DVLOG(3) << "Adding PicNum: " << pic->pic_num << " ref: " << (int)pic->ref 49 << " longterm: " << (int)pic->long_term << " to DPB"; 50 pics_.push_back(pic); 69 H264Picture* pic = pics_[i]; local 70 if (pic->ref && !pic->long_term && pic->pic_num == pic_num) 71 return pic; 80 H264Picture* pic = pics_[i]; local 92 H264Picture* pic = pics_[i]; local 102 H264Picture* pic = pics_[i]; local 110 H264Picture* pic = pics_[i]; local 118 H264Picture* pic = pics_[i]; local [all...] |
vaapi_h264_decoder.cc | 127 void VaapiH264Decoder::FillVAPicture(VAPictureH264 *va_pic, H264Picture* pic) { 128 DCHECK(pic); 130 DecodeSurface* dec_surface = DecodeSurfaceByPoC(pic->pic_order_cnt); 139 va_pic->frame_idx = pic->frame_num; 142 switch (pic->field) { 153 if (pic->ref) { 154 va_pic->flags |= pic->long_term ? VA_PICTURE_H264_LONG_TERM_REFERENCE 158 va_pic->TopFieldOrderCnt = pic->top_field_order_cnt; 159 va_pic->BottomFieldOrderCnt = pic->bottom_field_order_cnt; 593 // TODO posciak: perhaps replace with pic->field 721 H264Picture* pic = *it; local 924 H264Picture* pic; local 1181 H264Picture* pic = long_terms[i]; local 1204 H264Picture* pic = long_terms[i]; local [all...] |
vaapi_h264_decoder.h | 155 int PicNumF(H264Picture *pic); 156 int LongTermPicNumF(H264Picture *pic); 195 void FillVAPicture(VAPictureH264 *va_pic, H264Picture* pic); 202 bool OutputPic(H264Picture* pic);
|
/external/skia/tools/ |
pinspect.cpp | 38 SkPicture* pic = SkPicture::CreateFromStream(&stream, &sk_tools::LazyDecodeBitmap); local 39 if (NULL == pic) { 43 printf("picture size:[%d %d]\n", pic->width(), pic->height()); 44 return pic; 47 static void dumpOps(SkPicture* pic) { 51 canvas.drawPicture(*pic); 74 SkAutoTUnref<SkPicture> pic(inspect(argv[index])); 76 dumpOps(pic);
|
bbh_shootout.cpp | 181 static bool compare_picture(const SkString& path, const SkBitmap& inBitmap, SkPicture* pic) { 185 renderer.init(pic); 205 int benchmarkType, const SkString& path, SkPicture* pic, 223 renderer->init(pic); 256 if (!compare_picture(path, *bitmap, pic)) { 267 const SkString& path, SkPicture* pic, BenchTimer* timer) { 273 path, pic, kNumPlaybacks, message.c_str(), timer); 281 const SkString& path, SkPicture* pic, BenchTimer* timer) { 293 path, pic, numRecordings, "recording", timer); 314 SkAutoTUnref<SkPicture> pic(pic_from_path(path.c_str())) [all...] |
/external/chromium_org/third_party/libwebp/enc/ |
syntax.c | 33 static int PutPaddingByte(const WebPPicture* const pic) { 35 return !!pic->writer(pad_byte, 1, pic); 43 const WebPPicture* const pic = enc->pic_; local 49 if (!pic->writer(riff, sizeof(riff), pic)) { 56 const WebPPicture* const pic = enc->pic_; local 63 assert(pic->width >= 1 && pic->height >= 1); 64 assert(pic->width <= MAX_CANVAS_SIZE && pic->height <= MAX_CANVAS_SIZE) 81 const WebPPicture* const pic = enc->pic_; local 155 WebPPicture* const pic = enc->pic_; local 277 WebPPicture* const pic = enc->pic_; local 357 WebPPicture* const pic = enc->pic_; local [all...] |
webpenc.c | 337 int WebPEncodingSetError(const WebPPicture* const pic, 341 ((WebPPicture*)pic)->error_code = error; 345 int WebPReportProgress(const WebPPicture* const pic, 349 if (pic->progress_hook && !pic->progress_hook(percent, pic)) { 351 WebPEncodingSetError(pic, VP8_ENC_ERROR_USER_ABORT); 359 int WebPEncode(const WebPConfig* config, WebPPicture* pic) { 362 if (pic == NULL) 364 WebPEncodingSetError(pic, VP8_ENC_OK); // all ok so fa [all...] |
picture.c | 209 static void SnapTopLeftPosition(const WebPPicture* const pic, 211 if (!pic->use_argb) { 212 const int is_yuv422 = IS_YUV_CSP(pic->colorspace, WEBP_YUV422); 213 if (IS_YUV_CSP(pic->colorspace, WEBP_YUV420) || is_yuv422) { 221 static int AdjustAndCheckRectangle(const WebPPicture* const pic, 224 SnapTopLeftPosition(pic, left, top); 227 if ((*left) + width > pic->width) return 0; 228 if ((*top) + height > pic->height) return 0; 320 int WebPPictureCrop(WebPPicture* pic, 324 if (pic == NULL) return 0 1056 WebPPicture pic; local [all...] |
iterator.c | 109 const WebPPicture* const pic = enc->pic_; local 110 const uint8_t* const ysrc = pic->y + (y * pic->y_stride + x) * 16; 111 const uint8_t* const usrc = pic->u + (y * pic->uv_stride + x) * 8; 112 const uint8_t* const vsrc = pic->v + (y * pic->uv_stride + x) * 8; 116 int w = (pic->width - x * 16); 117 int h = (pic->height - y * 16); 123 ImportBlock(ysrc, pic->y_stride, ydst, w, h, 16) 152 const WebPPicture* const pic = enc->pic_; local [all...] |
alpha.c | 184 const WebPPicture* const pic = enc->pic_; local 185 const int width = pic->width; 186 const int height = pic->height; 196 assert(enc != NULL && pic != NULL && pic->a != NULL); 199 assert(pic->a_stride >= width); 216 CopyPlane(pic->a, pic->a_stride, quant_alpha, width, width, height); 251 effort_level, NULL, &bw, pic->stats); 277 if (pic->stats != NULL) best_stats = *pic->stats [all...] |
vp8l.c | 48 static int AnalyzeAndCreatePalette(const WebPPicture* const pic, 56 const uint32_t* argb = pic->argb; 57 const int width = pic->width; 58 const int height = pic->height; 88 argb += pic->argb_stride; 147 const WebPPicture* const pic = enc->pic_; local 148 assert(pic != NULL && pic->argb != NULL); 151 AnalyzeAndCreatePalette(pic, enc->palette_, &enc->palette_size_); 165 if (!AnalyzeEntropy(pic->argb, pic->width, pic->height, pic->argb_stride 876 const WebPPicture* const pic = enc->pic_; local 941 const WebPPicture* const pic = enc->pic_; local [all...] |
/external/webp/src/enc/ |
syntax.c | 33 static int PutPaddingByte(const WebPPicture* const pic) { 35 return !!pic->writer(pad_byte, 1, pic); 43 const WebPPicture* const pic = enc->pic_; local 49 if (!pic->writer(riff, sizeof(riff), pic)) { 56 const WebPPicture* const pic = enc->pic_; local 63 assert(pic->width >= 1 && pic->height >= 1); 64 assert(pic->width <= MAX_CANVAS_SIZE && pic->height <= MAX_CANVAS_SIZE) 81 const WebPPicture* const pic = enc->pic_; local 155 WebPPicture* const pic = enc->pic_; local 277 WebPPicture* const pic = enc->pic_; local 357 WebPPicture* const pic = enc->pic_; local [all...] |
webpenc.c | 337 int WebPEncodingSetError(const WebPPicture* const pic, 341 ((WebPPicture*)pic)->error_code = error; 345 int WebPReportProgress(const WebPPicture* const pic, 349 if (pic->progress_hook && !pic->progress_hook(percent, pic)) { 351 WebPEncodingSetError(pic, VP8_ENC_ERROR_USER_ABORT); 359 int WebPEncode(const WebPConfig* config, WebPPicture* pic) { 362 if (pic == NULL) 364 WebPEncodingSetError(pic, VP8_ENC_OK); // all ok so fa [all...] |
picture.c | 209 static void SnapTopLeftPosition(const WebPPicture* const pic, 211 if (!pic->use_argb) { 212 const int is_yuv422 = IS_YUV_CSP(pic->colorspace, WEBP_YUV422); 213 if (IS_YUV_CSP(pic->colorspace, WEBP_YUV420) || is_yuv422) { 221 static int AdjustAndCheckRectangle(const WebPPicture* const pic, 224 SnapTopLeftPosition(pic, left, top); 227 if ((*left) + width > pic->width) return 0; 228 if ((*top) + height > pic->height) return 0; 320 int WebPPictureCrop(WebPPicture* pic, 324 if (pic == NULL) return 0 1056 WebPPicture pic; local [all...] |
iterator.c | 109 const WebPPicture* const pic = enc->pic_; local 110 const uint8_t* const ysrc = pic->y + (y * pic->y_stride + x) * 16; 111 const uint8_t* const usrc = pic->u + (y * pic->uv_stride + x) * 8; 112 const uint8_t* const vsrc = pic->v + (y * pic->uv_stride + x) * 8; 116 int w = (pic->width - x * 16); 117 int h = (pic->height - y * 16); 123 ImportBlock(ysrc, pic->y_stride, ydst, w, h, 16) 152 const WebPPicture* const pic = enc->pic_; local [all...] |
alpha.c | 184 const WebPPicture* const pic = enc->pic_; local 185 const int width = pic->width; 186 const int height = pic->height; 196 assert(enc != NULL && pic != NULL && pic->a != NULL); 199 assert(pic->a_stride >= width); 216 CopyPlane(pic->a, pic->a_stride, quant_alpha, width, width, height); 251 effort_level, NULL, &bw, pic->stats); 277 if (pic->stats != NULL) best_stats = *pic->stats [all...] |
vp8l.c | 48 static int AnalyzeAndCreatePalette(const WebPPicture* const pic, 56 const uint32_t* argb = pic->argb; 57 const int width = pic->width; 58 const int height = pic->height; 88 argb += pic->argb_stride; 147 const WebPPicture* const pic = enc->pic_; local 148 assert(pic != NULL && pic->argb != NULL); 151 AnalyzeAndCreatePalette(pic, enc->palette_, &enc->palette_size_); 165 if (!AnalyzeEntropy(pic->argb, pic->width, pic->height, pic->argb_stride 876 const WebPPicture* const pic = enc->pic_; local 941 const WebPPicture* const pic = enc->pic_; local [all...] |
/external/e2fsprogs/lib/ |
Makefile.bsd-lib | 16 @echo " MKDIR pic" 17 @mkdir -p pic 25 (cd pic; ld -Bshareable -o $(BSD_LIB) $(OBJS)) 26 $(MV) pic/$(BSD_LIB) . 45 $(RM) -rf pic
|
Makefile.darwin-lib | 16 $(E) " MKDIR pic" 17 $(Q) mkdir -p pic 26 $(Q) (cd pic; $(CC) -dynamiclib -compatibility_version 1.0 -current_version $(BSDLIB_VERSION) \ 28 $(Q) $(MV) pic/$(BSD_LIB) . 48 $(RM) -rf pic
|
/external/clang/test/Analysis/engine/ |
replay-without-inlining.c | 37 static void readILBM(IB *st, Info *pic) { 39 pic->usedtobeundef.w = 5; 52 Info pic; local 56 readILBM(&st,&pic); 57 return pic.usedtobeundef.w; // No undefined value warning here.
|
/external/skia/tools/lua/ |
lua_pictures.cpp | 42 SkPicture* pic = NULL; local 44 pic = SkPicture::CreateFromStream(stream.get(), &sk_tools::LazyDecodeBitmap); 46 return pic; 149 SkAutoTUnref<SkPicture> pic(load_picture(path)); 150 if (pic.get()) { 152 new SkLuaCanvas(pic->width(), pic->height(), 156 canvas->drawPicture(*pic);
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
PictureTest.java | 63 Picture pic = new Picture(picture); local 66 pic.draw(canvas); 67 checkSize(pic);
|
/external/libpcap/ |
pcap1.h | 127 struct pcap1_info_container pic; member in struct:pcap1_info_timestamp 135 struct pcap1_info_container pic; member in struct:pcap1_info_packet 152 struct pcap1_info_container pic; member in struct:pcap1_info_probe 158 struct pcap1_info_container pic; member in struct:pcap1_info_comment
|