HomeSort by relevance Sort by last modified time
    Searched defs:first_frame (Results 1 - 15 of 15) sorted by null

  /frameworks/av/media/libstagefright/codecs/amrwb/src/
e_pv_amrwbdec.h 118 int16 first_frame; member in struct:__anon28131
  /external/opencv3/samples/cpp/tutorial_code/features2D/AKAZE_tracking/
planar_tracking.cpp 36 Mat first_frame, first_desc; member in class:Tracker
43 first_frame = frame.clone();
44 detector->detectAndCompute(first_frame, noArray(), first_kp, first_desc);
46 drawBoundingBox(first_frame, bb);
47 putText(first_frame, title, Point(0, 60), FONT_HERSHEY_PLAIN, 5, Scalar::all(0), 4);
79 hconcat(first_frame, frame, res);
102 drawMatches(first_frame, inliers1, frame_with_bb, inliers2,
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
cod_main.h 66 Word16 first_frame; member in struct:__anon28136
  /external/libopus/src/
opus_decoder.c 367 int first_frame = decoded_samples == 0; local
369 lost_flag, first_frame, &dec, pcm_ptr, &silk_frame_size );
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
avcenc_int.h 249 uint first_frame; /* a flag for the first frame */ member in struct:tagAVCRateControl
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_firstpass.c 1903 const FIRSTPASS_STATS first_frame = *this_frame; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 2720 FIRSTPASS_STATS first_frame; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c 2274 const FIRSTPASS_STATS first_frame = *this_frame; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
firstpass.c 2721 FIRSTPASS_STATS first_frame; local
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
omx_vdec.h 763 int first_frame; member in class:omx_vdec
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
omx_vdec_hevc.h 782 int first_frame; member in class:omx_vdec
    [all...]
omx_vdec.h 881 int first_frame; member in class:omx_vdec
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
omx_vdec_hevc.h 776 int first_frame; member in class:omx_vdec
    [all...]
omx_vdec.h 883 int first_frame; member in class:omx_vdec
    [all...]
omx_vdec_hevc_swvdec.h 931 int first_frame; member in class:omx_vdec
    [all...]

Completed in 3839 milliseconds