HomeSort by relevance Sort by last modified time
    Searched refs:video (Results 1 - 25 of 486) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/opencv3/modules/video/perf/
perf_main.cpp 3 CV_PERF_TEST_MAIN(video)
  /external/libvpx/libvpx/test/
frame_size_tests.cc 30 const libvpx_test::VideoSource& /*video*/,
36 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video,
38 if (video->frame() == 1) {
51 ::libvpx_test::RandomVideoSource video; local
54 video.SetSize(DECODE_WIDTH_LIMIT + 16, DECODE_HEIGHT_LIMIT + 16);
55 video.set_limit(2);
57 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
62 ::libvpx_test::RandomVideoSource video; local
65 video.SetSize(DECODE_WIDTH_LIMIT, DECODE_HEIGHT_LIMIT);
66 video.set_limit(2)
89 ::libvpx_test::RandomVideoSource video; local
    [all...]
decode_test_driver.cc 50 CompressedVideoSource *video,
57 if (video->frame_number() == 0)
68 void DecoderTest::RunLoop(CompressedVideoSource *video,
75 for (video->Begin(); !::testing::Test::HasFailure() && !end_of_file;
76 video->Next()) {
77 PreDecodeFrameHook(*video, decoder);
82 if (video->cxdata() != NULL) {
83 const vpx_codec_err_t res_peek = decoder->PeekStream(video->cxdata(),
84 video->frame_size(),
86 HandlePeekResult(decoder, video, res_peek)
    [all...]
vp8_decrypt_test.cc 47 libvpx_test::IVFVideoSource video("vp80-00-comprehensive-001.ivf");
48 video.Init();
53 video.Begin();
56 vpx_codec_err_t res = decoder.DecodeFrame(video.cxdata(), video.frame_size());
60 video.Next();
62 std::vector<uint8_t> encrypted(video.frame_size());
63 encrypt_buffer(video.cxdata(), &encrypted[0], video.frame_size(), 0);
vp9_decrypt_test.cc 47 libvpx_test::IVFVideoSource video("vp90-2-05-resize.ivf");
48 video.Init();
53 video.Begin();
56 vpx_codec_err_t res = decoder.DecodeFrame(video.cxdata(), video.frame_size());
60 video.Next();
62 std::vector<uint8_t> encrypted(video.frame_size());
63 encrypt_buffer(video.cxdata(), &encrypted[0], video.frame_size(), 0);
vp8_fragments_test.cc 33 ::libvpx_test::RandomVideoSource video; local
34 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
pvdec_api.cpp 67 /* Purpose : Initialization of the MPEG-4 video decoder library. */
78 VideoDecData *video = (VideoDecData *) decCtrl->videoDecoderData; local
94 video = IMEM_VideoDecData;
96 video = (VideoDecData *) oscl_malloc(sizeof(VideoDecData));
98 if (video != NULL)
100 oscl_memset(video, 0, sizeof(VideoDecData));
101 video->memoryUsage = sizeof(VideoDecData);
102 video->numberOfLayers = nLayers;
104 video->vol = (Vol **) IMEM_VOL;
111 video->vol = (Vol **) oscl_malloc(nLayers * sizeof(Vol *))
306 VideoDecData *video = (VideoDecData *) decCtrl->videoDecoderData; local
580 VideoDecData *video = (VideoDecData *) decCtrl->videoDecoderData; local
608 VideoDecData *video = (VideoDecData *) decCtrl->videoDecoderData; local
772 VideoDecData *video = (VideoDecData *)decCtrl->videoDecoderData; local
778 VideoDecData *video = (VideoDecData *)decCtrl->videoDecoderData; local
794 VideoDecData *video = (VideoDecData *)decCtrl->videoDecoderData; local
810 VideoDecData *video = (VideoDecData *)decCtrl->videoDecoderData; local
826 VideoDecData *video = (VideoDecData *)decCtrl->videoDecoderData; local
850 VideoDecData *video = (VideoDecData *)decCtrl->videoDecoderData; local
880 VideoDecData *video = (VideoDecData *)decCtrl->videoDecoderData; local
894 VideoDecData *video = (VideoDecData *)decCtrl->videoDecoderData; local
911 VideoDecData *video = (VideoDecData *)decCtrl->videoDecoderData; local
1084 VideoDecData *video = (VideoDecData *) decCtrl->videoDecoderData; local
1295 VideoDecData *video = (VideoDecData *) decCtrl->videoDecoderData; local
1509 VideoDecData *video = (VideoDecData *)decCtrl->videoDecoderData; local
1581 VideoDecData *video = (VideoDecData *)decCtrl->videoDecoderData; local
1598 VideoDecData *video = (VideoDecData *) decCtrl->videoDecoderData; local
1652 VideoDecData *video = (VideoDecData *) decCtrl->videoDecoderData; local
1693 VideoDecData *video = (VideoDecData *) decCtrl->videoDecoderData; local
    [all...]
datapart_decode.cpp 39 PV_STATUS DecodeFrameDataPartMode(VideoDecData *video)
42 Vop *currVop = video->currVop;
43 BitstreamDecVideo *stream = video->bitstream;
45 int nMBPerRow = video->nMBPerRow;
49 int nTotalMB = video->nTotalMB;
61 oscl_memset(video->motX, 0, sizeof(MOT)*4*nTotalMB);
62 oscl_memset(video->motY, 0, sizeof(MOT)*4*nTotalMB);
73 // oscl_memset(video->sliceNo, 0, sizeof(uint8)*nTotalMB);
79 video->mbnum = mbnum;
80 video->mbnum_row = PV_GET_ROW(mbnum, nMBPerRow); /* This is needed if nbnum is read from the packet h (…)
    [all...]
combined_decode.cpp 18 #include "mp4dec_lib.h" /* video decoder function prototypes */
42 PV_STATUS DecodeFrameCombinedMode(VideoDecData *video)
46 Vop *currVop = video->currVop;
47 BitstreamDecVideo *stream = video->bitstream;
48 int shortVideoHeader = video->shortVideoHeader;
49 int16 QP, *QPMB = video->QPMB;
50 uint8 *Mode = video->headerInfo.Mode;
51 int nTotalMB = video->nTotalMB;
52 int nMBPerRow = video->nMBPerRow;
72 oscl_memset(video->motX, 0, sizeof(MOT)*4*nTotalMB)
    [all...]
conceal.cpp 18 #include "mp4dec_lib.h" /* video decoder function prototypes */
32 void ConcealTexture_I(VideoDecData *video, int32 startFirstPartition, int mb_start, int mb_stop, int slice_counter)
35 BitstreamDecVideo *stream = video->bitstream;
37 int intra_dc_vlc_thr = video->currVop->intraDCVlcThr;
41 video->usePrevQP = 0;
44 video->mbnum = mbnum;
45 video->mbnum_row = PV_GET_ROW(mbnum, video->nMBPerRow);
46 video->mbnum_col = mbnum - video->mbnum_row * video->nMBPerRow
    [all...]
vop.cpp 80 PV_STATUS DecodeVOLHeader(VideoDecData *video, int layer)
96 currVol = video->vol[layer];
105 /* Bitstream Exchange requires we allow start with Video Object Sequence */
256 video->shortVideoHeader = TRUE;
279 video->shortVideoHeader = 0;
410 video->displayWidth = video->width = (int) BitstreamReadBits16(stream, 13);
413 video->width = (video->width + 15) & -16;
414 // video->displayWidth += (video->displayWidth & 0x1); /* displayed image should be even size *
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4enc_api.cpp 138 Int DetermineCodingLayer(VideoEncData *video, Int *nLayer, ULong modTime);
139 void DetermineVopType(VideoEncData *video, Int currLayer);
140 Int UpdateSkipNextFrame(VideoEncData *video, ULong *modTime, Int *size, PV_STATUS status);
141 Bool SetProfile_BufferSize(VideoEncData *video, float delay, Int bInitialized);
200 VideoEncData *video; local
227 video = (VideoEncData *)M4VENC_MALLOC(sizeof(VideoEncData)); /* allocate memory for encData */
229 if (video == NULL)
232 M4VENC_MEMSET(video, 0, sizeof(VideoEncData));
234 encoderControl->videoEncoderData = (void *) video; /* set up pointer in VideoEncData structure */
236 video->encParams = (VideoEncParams *)M4VENC_MALLOC(sizeof(VideoEncParams))
1114 VideoEncData *video = (VideoEncData *)encoderControl->videoEncoderData; local
1360 VideoEncData *video = (VideoEncData *)encCtrl->videoEncoderData; local
1391 VideoEncData *video = (VideoEncData *)encCtrl->videoEncoderData; local
1684 VideoEncData *video = (VideoEncData *)encCtrl->videoEncoderData; local
1875 VideoEncData *video = (VideoEncData *)encCtrl->videoEncoderData; local
2081 VideoEncData* video; local
2438 VideoEncData *video = (VideoEncData *)encoderControl->videoEncoderData; local
2603 VideoEncData *video = (VideoEncData *)encoderControl->videoEncoderData; local
    [all...]
datapart_encode.cpp 36 PV_STATUS EncodeFrameDataPartMode(VideoEncData *video)
39 Vol *currVol = video->vol[video->currLayer];
40 Vop *currVop = video->currVop;
41 VideoEncParams *encParams = video->encParams;
47 UChar *QPMB = video->QPMB;
51 BitstreamEncVideo *bs1 = video->bitstream1;
52 BitstreamEncVideo *bs2 = video->bitstream2;
53 BitstreamEncVideo *bs3 = video->bitstream3;
61 video->QP_prev = currVop->quantizer
    [all...]
combined_encode.cpp 25 PV_STATUS EncodeGOBHeader(VideoEncData *video, Int GOB_number, Int quant_scale, Int bs1stream);
37 PV_STATUS EncodeFrameCombinedMode(VideoEncData *video)
40 Vol *currVol = video->vol[video->currLayer];
41 Vop *currVop = video->currVop;
42 VideoEncParams *encParams = video->encParams;
48 UChar *QPMB = video->QPMB;
53 BitstreamEncVideo *bs1 = video->bitstream1;
64 video->QP_prev = currVop->quantizer;
105 video->usePrevQP = 0
    [all...]
vop.cpp 28 PV_STATUS EncodeVop_BXRC(VideoEncData *video);
29 PV_STATUS EncodeVop_NoME(VideoEncData *video);
39 PV_STATUS EncodeVop(VideoEncData *video)
43 Int currLayer = video->currLayer;
44 Vol *currVol = video->vol[currLayer];
45 Vop *currVop = video->currVop;
46 // BitstreamEncVideo *stream=video->bitstream1;
47 UChar *Mode = video->headerInfo.Mode;
48 rateControl **rc = video->rc;
75 MotionEstimation(video); /* do ME for the whole frame *
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/common/src/
dpb.cpp 22 AVCStatus InitDPB(AVCHandle *avcHandle, AVCCommonObj *video, int FrameHeightInMbs, int PicWidthInMbs, bool padding)
24 AVCDecPicBuffer *dpb = video->decPicBuf;
31 level = video->currSeqParams->level_idc;
41 video->padded_size = (int)((((FrameHeightInMbs + 2) * (PicWidthInMbs + 2)) << 7) * 3) - framesize;
45 video->padded_size = 0;
63 if (video->currSeqParams->num_ref_frames + 1 > (uint32)dpb->num_fs)
65 dpb->num_fs = video->currSeqParams->num_ref_frames + 1;
68 dpb->dpb_size = dpb->num_fs * (framesize + video->padded_size);
99 video->RefPicList0[num_fs] = &(dpb->fs[num_fs]->frame);
101 dpb->used_size += (framesize + video->padded_size)
    [all...]
mb_access.cpp 22 OSCL_EXPORT_REF void InitNeighborAvailability(AVCCommonObj *video, int mbNum)
24 int PicWidthInMbs = video->PicWidthInMbs;
27 video->mbAddrA = mbNum - 1;
28 video->mbAddrB = mbNum - PicWidthInMbs;
29 video->mbAddrC = mbNum - PicWidthInMbs + 1;
30 video->mbAddrD = mbNum - PicWidthInMbs - 1;
32 video->mbAvailA = video->mbAvailB = video->mbAvailC = video->mbAvailD = 0
    [all...]
reflist.cpp 21 OSCL_EXPORT_REF void RefListInit(AVCCommonObj *video)
23 AVCSliceHeader *sliceHdr = video->sliceHdr;
24 AVCDecPicBuffer *dpb = video->decPicBuf;
25 int slice_type = video->slice_type;
34 video->refList0Size = 0;
35 video->refList1Size = 0;
47 dpb->fs[i]->FrameNumWrap = dpb->fs[i]->FrameNum - video->MaxFrameNum;
71 dpb->fs[i]->FrameNumWrap = dpb->fs[i]->FrameNum - video->MaxFrameNum;
78 video->RefPicList0[list0idx++] = &(dpb->fs[i]->frame);
85 video->RefPicList0[0] = &(dpb->fs[0]->frame)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
decode_test_driver.cc 28 void DecoderTest::RunLoop(CompressedVideoSource *video) {
34 for (video->Begin(); video->cxdata(); video->Next()) {
35 PreDecodeFrameHook(*video, decoder);
36 vpx_codec_err_t res_dec = decoder->DecodeFrame(video->cxdata(),
37 video->frame_size());
45 DecompressedFrameHook(*img, video->frame_number());
vp8_decrypt_test.cc 47 libvpx_test::IVFVideoSource video("vp80-00-comprehensive-001.ivf");
48 video.Init();
53 video.Begin();
56 vpx_codec_err_t res = decoder.DecodeFrame(video.cxdata(), video.frame_size());
60 video.Next();
63 std::vector<uint8_t> encrypted(video.frame_size());
64 encrypt_buffer(video.cxdata(), &encrypted[0], video.frame_size(), 0);
69 res = decoder.DecodeFrame(video.cxdata(), video.frame_size())
    [all...]
  /frameworks/base/data/videos/
VideoPackage1.mk 20 TARGET_PATH := system/media/video
VideoPackage2.mk 20 TARGET_PATH := system/media/video
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
header.cpp 27 AVCCommonObj *video = encvid->common; local
28 AVCSeqParamSet *seqParam = video->currSeqParams;
229 AVCCommonObj *video = encvid->common; local
231 AVCPicParamSet *picParam = video->currPicParams;
318 AVCCommonObj *video = encvid->common; local
319 AVCSliceHeader *sliceHdr = video->sliceHdr;
320 AVCPicParamSet *currPPS = video->currPicParams;
321 AVCSeqParamSet *currSPS = video->currSeqParams;
330 slice_type = video->slice_type;
332 if (video->mbNum == 0) /* first mb in frame *
650 AVCCommonObj *video = encvid->common; local
    [all...]
  /external/opencv3/modules/video/misc/java/test/
KalmanFilterTest.java 1 package org.opencv.test.video;
4 import org.opencv.video.KalmanFilter;
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avclib_common.h 34 \param "video" "Pointer to AVCCommonObj."
37 OSCL_IMPORT_REF AVCStatus DeblockPicture(AVCCommonObj *video);
42 \param "video" "Pointer to AVCCommonObj."
45 void MBInLoopDeblock(AVCCommonObj *video);
52 \param "video" "Pointer to AVCCommonObj."
56 OSCL_IMPORT_REF AVCStatus AVCConfigureSequence(AVCHandle *avcHandle, AVCCommonObj *video, bool padding);
63 \param "video" "Pointer to AVCCommonObj."
69 AVCStatus InitDPB(AVCHandle *avcHandle, AVCCommonObj *video, int FrameHeightInMbs, int PicWidthInMbs, bool padding);
74 \param "video" "Pointer to AVCCommonObj."
77 OSCL_IMPORT_REF AVCStatus CleanUpDPB(AVCHandle *avcHandle, AVCCommonObj *video);
    [all...]

Completed in 1238 milliseconds

1 2 3 4 5 6 7 8 91011>>