HomeSort by relevance Sort by last modified time
    Searched full:bufinfo (Results 1 - 17 of 17) sorted by null

  /hardware/ti/omap4-aah/test/CameraHal/
camera_test_surfacetexture.cpp 743 void BufferSourceInput::setInput(buffer_info_t bufinfo, const char *format, ShotParameters &params) {
751 pixformat = bufinfo.format;
756 aligned_width = bufinfo.crop.right - bufinfo.crop.left;
758 aligned_width = ALIGN_UP(bufinfo.crop.right - bufinfo.crop.left, ALIGN_WIDTH);
760 aligned_height = bufinfo.crop.bottom - bufinfo.crop.top;
774 aligned_width, aligned_height, bufinfo.format);
780 if ((aligned_width != bufinfo.width) || (aligned_height != bufinfo.height) |
    [all...]
camera_test_bufferqueue.h 137 virtual void setInput(buffer_info_t bufinfo, const char *format, android::ShotParameters &params) {
138 mBufferQueue->setDefaultBufferSize(bufinfo.width, bufinfo.height);
139 BufferSourceInput::setInput(bufinfo, format, params);
camera_test_surfacetexture.h 225 virtual void setInput(buffer_info_t bufinfo, const char *format) {
227 mSurfaceTexture->getST()->setDefaultBufferSize(bufinfo.width, bufinfo.height);
228 BufferSourceInput::setInput(bufinfo, format, params);
  /cts/tests/tests/media/src/android/media/cts/
Vp8EncoderTest.java 99 ArrayList<MediaCodec.BufferInfo> bufInfo = encode(params);
100 if (bufInfo == null) {
105 Vp8EncodingStatistics statistics = computeEncodingStatistics(bufInfo);
211 ArrayList<MediaCodec.BufferInfo> bufInfo = encode(params);
212 if (bufInfo == null) {
217 Vp8EncodingStatistics statistics = computeEncodingStatistics(bufInfo);
271 ArrayList<MediaCodec.BufferInfo> bufInfo = encode(params);
272 if (bufInfo == null) {
277 Vp8EncodingStatistics statistics = computeEncodingStatistics(bufInfo);
342 ArrayList<MediaCodec.BufferInfo> bufInfo = encode(params)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/defs/
opcodes.txt 122 bufinfo
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/defs/
opcodes.txt 122 bufinfo
  /external/ppp/pppd/
utils.c 178 struct buffer_info bufinfo; local
364 bufinfo.ptr = buf;
365 bufinfo.len = buflen + 1;
368 format_packet(p, n, vslp_printer, &bufinfo);
369 buf = bufinfo.ptr;
370 buflen = bufinfo.len - 1;
  /frameworks/av/media/libstagefright/
OMXCodec.cpp     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/inc/
OMX_AacEnc_Utils.h 335 BUFFERHEADERTYPE_INFO BufInfo[NUM_OF_PORTS];
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/inc/
OMX_G729Decoder.h 370 BUFFERHEADERTYPE_INFO BufInfo[NUM_OF_PORTS];
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/inc/
OMX_WbAmrDecoder.h 490 WBAMR_DEC_BUFFERHEADERTYPE_INFO BufInfo[WBAMR_DEC_NUM_OF_PORTS];
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/inc/
OMX_AmrDecoder.h 567 BUFFERHEADERTYPE_INFO BufInfo[NUM_OF_PORTS];
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/inc/
OMX_G711Enc_Utils.h 628 G711ENC_BUFFERHEADERTYPE_INFO BufInfo[G711ENC_NUM_OF_PORTS];
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/inc/
OMX_G726Enc_Utils.h 512 G726ENC_BUFFERHEADERTYPE_INFO BufInfo[G726ENC_NUM_OF_PORTS];
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/inc/
OMX_G729Enc_Utils.h 670 G729ENC_BUFFERHEADERTYPE_INFO BufInfo[G729ENC_NUM_OF_PORTS];
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/inc/
OMX_AmrEnc_Utils.h 727 NBAMRENC_BUFFERHEADERTYPE_INFO BufInfo[NBAMRENC_NUM_OF_PORTS];
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/inc/
OMX_WbAmrEnc_Utils.h 571 WBAMRENC_BUFFERHEADERTYPE_INFO BufInfo[WBAMRENC_NUM_OF_PORTS];
    [all...]

Completed in 475 milliseconds