Searched defs:pic (Results 76 - 86 of 86) sorted by relevance

1234

/external/mesa3d/src/gallium/drivers/radeon/
H A Dradeon_vce.h407 struct pipe_h264_enc_picture_desc pic; member in struct:rvce_encoder
448 struct pipe_h264_enc_picture_desc *pic);
452 struct pipe_h264_enc_picture_desc *pic);
456 struct pipe_h264_enc_picture_desc *pic);
460 struct pipe_h264_enc_picture_desc *pic);
/external/python/cpython2/Mac/Modules/win/
H A D_Winmodule.c714 PicHandle pic; local
719 ResObj_Convert, &pic))
722 pic);
2393 PyDoc_STR("(PicHandle pic) -> None")},
/external/v4l2_codec2/vda/
H A Dv4l2_slice_video_decode_accelerator.cc245 const scoped_refptr<H264Picture>& pic) override;
251 const scoped_refptr<H264Picture>& pic,
255 bool SubmitDecode(const scoped_refptr<H264Picture>& pic) override;
256 bool OutputPicture(const scoped_refptr<H264Picture>& pic) override;
271 const scoped_refptr<H264Picture>& pic);
293 bool SubmitDecode(const scoped_refptr<VP8Picture>& pic,
299 bool OutputPicture(const scoped_refptr<VP8Picture>& pic) override;
303 const scoped_refptr<VP8Picture>& pic);
319 bool SubmitDecode(const scoped_refptr<VP9Picture>& pic,
325 bool OutputPicture(const scoped_refptr<VP9Picture>& pic) overrid
1901 const scoped_refptr<H264Picture>& pic = src_pic_list[i]; local
1939 SubmitFrameMetadata( const H264SPS* sps, const H264PPS* pps, const H264DPB& dpb, const H264Picture::Vector& ref_pic_listp0, const H264Picture::Vector& ref_pic_listb0, const H264Picture::Vector& ref_pic_listb1, const scoped_refptr<H264Picture>& pic) argument
2117 SubmitSlice( const H264PPS* pps, const H264SliceHeader* slice_hdr, const H264Picture::Vector& ref_pic_list0, const H264Picture::Vector& ref_pic_list1, const scoped_refptr<H264Picture>& pic, const uint8_t* data, size_t size) argument
2281 SubmitDecode( const scoped_refptr<H264Picture>& pic) argument
2320 OutputPicture( const scoped_refptr<H264Picture>& pic) argument
2337 H264PictureToV4L2DecodeSurface(const scoped_refptr<H264Picture>& pic) argument
2434 SubmitDecode( const scoped_refptr<VP8Picture>& pic, const Vp8FrameHeader* frame_hdr, const scoped_refptr<VP8Picture>& last_frame, const scoped_refptr<VP8Picture>& golden_frame, const scoped_refptr<VP8Picture>& alt_frame) argument
2552 OutputPicture( const scoped_refptr<VP8Picture>& pic) argument
2563 VP8PictureToV4L2DecodeSurface(const scoped_refptr<VP8Picture>& pic) argument
2695 SubmitDecode( const scoped_refptr<VP9Picture>& pic, const Vp9SegmentationParams& segm_params, const Vp9LoopFilterParams& lf_params, const std::vector<scoped_refptr<VP9Picture>>& ref_pictures, const base::Closure& done_cb) argument
2855 OutputPicture( const scoped_refptr<VP9Picture>& pic) argument
2899 GetFrameContext( const scoped_refptr<VP9Picture>& pic, Vp9FrameContext* frame_ctx) argument
2929 VP9PictureToV4L2DecodeSurface(const scoped_refptr<VP9Picture>& pic) argument
[all...]
/external/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.cc316 MacroAssembler::MacroAssembler(PositionIndependentCodeOption pic) argument
317 : Assembler(pic),
337 PositionIndependentCodeOption pic)
338 : Assembler(capacity, pic),
356 PositionIndependentCodeOption pic)
357 : Assembler(buffer, capacity, pic),
336 MacroAssembler(size_t capacity, PositionIndependentCodeOption pic) argument
354 MacroAssembler(byte* buffer, size_t capacity, PositionIndependentCodeOption pic) argument
/external/webp/src/enc/
H A Dvp8l_enc.c125 static int AnalyzeAndCreatePalette(const WebPPicture* const pic, argument
129 const int num_colors = WebPGetColorPalette(pic, palette);
372 const WebPPicture* const pic = enc->pic_; local
373 const int width = pic->width;
374 const int height = pic->height;
381 assert(pic != NULL && pic->argb != NULL);
384 AnalyzeAndCreatePalette(pic, low_effort,
390 pic->width, pic
436 const WebPPicture* const pic = enc->pic_; local
1128 WriteRiffHeader(const WebPPicture* const pic, size_t riff_size, size_t vp8l_size) argument
1142 WriteImageSize(const WebPPicture* const pic, VP8LBitWriter* const bw) argument
1159 WriteImage(const WebPPicture* const pic, VP8LBitWriter* const bw, size_t* const coded_size) argument
1420 const WebPPicture* const pic = enc->pic_; local
1472 const WebPPicture* const pic = enc->pic_; local
[all...]
/external/webp/src/mux/
H A Danim_encode.c512 WebPPicture sub_frame_ll_; // Sub-frame pic for lossless compression.
516 WebPPicture sub_frame_lossy_; // Sub-frame pic for lossless compression.
767 static int EncodeFrame(const WebPConfig* const config, WebPPicture* const pic, argument
769 pic->use_argb = 1;
770 pic->writer = WebPMemoryWrite;
771 pic->custom_ptr = memory;
772 if (!WebPEncode(config, pic)) {
/external/skia/src/utils/
H A DSkLua.cpp534 // drawPicture(pic, x, y, paint)
1736 sk_sp<SkPicture> pic = get_obj<SkPictureRecorder>(L, 1)->finishRecordingAsPicture(); local
1737 if (!pic) {
1741 push_ref(L, std::move(pic));
/external/skqp/src/utils/
H A DSkLua.cpp534 // drawPicture(pic, x, y, paint)
1736 sk_sp<SkPicture> pic = get_obj<SkPictureRecorder>(L, 1)->finishRecordingAsPicture(); local
1737 if (!pic) {
1741 push_ref(L, std::move(pic));
/external/kernel-headers/original/uapi/linux/
H A Dkvm.h135 struct kvm_pic_state pic; member in union:kvm_irqchip::__anon9653
/external/robolectric/v3/runtime/
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 369 milliseconds

1234