HomeSort by relevance Sort by last modified time
    Searched refs:encoderRect (Results 1 - 3 of 3) sorted by null

  /frameworks/native/include/media/editor/
II420ColorConverter.h 76 * @param encoderRect (IN) Rect coordinates of the actual frame inside
87 int encoderWidth, int encoderHeight, ARect encoderRect,
103 * @param encoderRect (OUT) Rect coordinates of the actual frame inside
114 ARect* encoderRect, int* encoderBufferSize);
  /hardware/ti/omap4xxx/libI420colorconvert/
ColorConvert.cpp 95 ARect* encoderRect, int* encoderBufferSize) {
99 encoderRect->left = 0;
100 encoderRect->top = 0;
101 encoderRect->right = actualWidth - 1;
102 encoderRect->bottom = actualHeight - 1;
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorVideoEncoder.cpp 793 ARect encoderRect;
799 &encoderRect, &encoderBufferSize) == 0) {
807 encoderRect,
    [all...]

Completed in 59 milliseconds