Home
last modified time | relevance | path

Searched refs:put (Results 1 – 25 of 36) sorted by relevance

12

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
Dsixtappredict4x4_neon.asm83 vzip.32 d18, d19 ;put 2-line data in 1 register (src_ptr[3])
91 vzip.32 d6, d7 ;construct src_ptr[-2], and put 2-line data together
98 vzip.32 d18, d19 ;put 2-line data in 1 register (src_ptr[-1])
105 vzip.32 d6, d7 ;put 2-line data in 1 register (src_ptr[2])
112 vzip.32 d18, d19 ;put 2-line data in 1 register (src_ptr[0])
119 vzip.32 d6, d7 ;put 2-line data in 1 register (src_ptr[1])
147 vzip.32 d18, d19 ;put 2-line data in 1 register (src_ptr[3])
157 vzip.32 d6, d7 ;construct src_ptr[-2], and put 2-line data together
166 vzip.32 d18, d19 ;put 2-line data in 1 register (src_ptr[-1])
176 vzip.32 d6, d7 ;put 2-line data in 1 register (src_ptr[2])
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
Dsubtract_sse2.asm107 punpcklbw xmm0, xmm1 ; put sign back to subtraction
108 punpckhbw xmm2, xmm1 ; put sign back to subtraction
127 punpcklbw xmm3, xmm5 ; put sign back to subtraction
128 punpckhbw xmm1, xmm5 ; put sign back to subtraction
190 punpcklbw xmm0, xmm1 ; put sign back to subtraction
191 punpckhbw xmm2, xmm3 ; put sign back to subtraction
224 punpcklbw xmm0, xmm1 ; put sign back to subtraction
225 punpckhbw xmm2, xmm3 ; put sign back to subtraction
/hardware/ti/omap4-aah/libtiutils/
DMessageQueue.h68 android::status_t put(Message*);
DMessageQueue.cpp188 android::status_t MessageQueue::put(Message* msg) in put() function in Ti::Utils::MessageQueue
/hardware/ti/omap4xxx/libtiutils/
DMessageQueue.h81 android::status_t put(Message*);
DMessageQueue.cpp187 android::status_t MessageQueue::put(Message* msg) in put() function in TIUTILS::MessageQueue
/hardware/intel/img/hwcomposer/include/
DBufferManager.h49 void put(DataBuffer *buffer);
/hardware/ti/omap4-aah/camera/
DANativeWindowDisplayAdapter.cpp148 mDisplayThread->msgQ().put(&msg); in ~ANativeWindowDisplayAdapter()
320 mDisplayThread->msgQ().put(&msg); in enableDisplay()
372 mDisplayThread->msgQ().put(&msg); in disableDisplay()
1087 mDisplayQ.put(&msg); in PostFrame()
1106 mDisplayQ.put(&msg); in PostFrame()
DAppCallbackNotifier.cpp1268 mFrameQ.put(&msg); in frameCallback()
1328 mEventQ.put(&msg); in eventCallback()
1410 mNotificationThread->msgQ().put(&msg); in ~AppCallbackNotifier()
/hardware/ti/omap4xxx/camera/
DANativeWindowDisplayAdapter.cpp218 mDisplayThread->msgQ().put(&msg); in ~ANativeWindowDisplayAdapter()
397 mDisplayThread->msgQ().put(&msg); in enableDisplay()
447 mDisplayThread->msgQ().put(&msg); in disableDisplay()
1111 mDisplayQ.put(&msg); in PostFrame()
1150 mDisplayQ.put(&msg); in PostFrame()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/android/
DREADME17 python get_files.py -i /path/to/test-data.sha1 -o /path/to/put/files \
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
DThermalManager.java512 ThermalManager.sEventQueue.put(event); in addThermalEvent()
703 sZoneCriticalPendingMap.put(zone, CRITICAL_FALSE); in initializeZoneCriticalPendingMap()
721 sZoneCriticalPendingMap.put(zoneid, flag); in updateZoneCriticalPendingMap()
DThermalCooling.java357 ThermalManager.sCDevMap.put(mDevice.getDeviceId(), mDevice); in processEndElement()
363 mZoneCoolerBindMap.put(mZone.getZoneID(), mZone); in processEndElement()
368 ThermalManager.sProfileBindMap.put(mCurProfileName, mZoneCoolerBindMap); in processEndElement()
377 ThermalManager.sProfileBindMap.put(mCurProfileName, mZoneCoolerBindMap); in processEndElement()
DThermalService.java401 ThermalManager.sSensorMap.put(mCurrSensor.getSensorName(), mCurrSensor); in processEndElement()
439 ThermalManager.sProfileZoneMap.put(mCurProfileName, mThermalZones); in processEndElement()
443 ThermalManager.sProfileZoneMap.put(mCurProfileName, mThermalZones); in processEndElement()
/hardware/intel/img/psb_video/debian/
Dcopyright8 <put author's name and email here>
/hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
DOMXCameraAdapter.h662 status_t put(TIUTILS::Message* msg){ in put() function
664 return mCommandMsgQ.put(msg); in put()
701 status_t put(TIUTILS::Message* msg){ in put() function
703 return mCommandMsgQ.put(msg); in put()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dlibs.doxy_template42 # base path where the generated documentation will be put.
182 # put the command \sideeffect (or @sideeffect) in the documentation, which
184 # You can put \n's in the value part of an alias to insert newlines.
230 # the same type (for instance a group of public functions) to be put as a
339 # will put a list of the files that are included by a file in the documentation
670 # classes will be put under the same header in the alphabetical index.
685 # The HTML_OUTPUT tag is used to specify where the HTML docs will be put.
687 # put in front of it. If left blank `html' will be used as the default path.
713 # the style sheet file to the HTML output directory, so don't put your own
805 # The LATEX_OUTPUT tag is used to specify where the la_te_x docs will be put.
[all …]
/hardware/ti/omap4-aah/camera/inc/OMXCameraAdapter/
DOMXCameraAdapter.h817 status_t put(Utils::Message* msg){ in put() function
819 return mCommandMsgQ.put(msg); in put()
860 status_t put(Utils::Message* msg){ in put() function
863 return mCommandMsgQ.put(msg); in put()
/hardware/intel/common/libva/doc/
DDoxyfile48 # base path where the generated documentation will be put.
189 # put the command \sideeffect (or @sideeffect) in the documentation, which
191 # You can put \n's in the value part of an alias to insert newlines.
270 # the same type (for instance a group of public functions) to be put as a
396 # will put a list of the files that are included by a file in the documentation
790 # classes will be put under the same header in the alphabetical index.
805 # The HTML_OUTPUT tag is used to specify where the HTML docs will be put.
807 # put in front of it. If left blank `html' will be used as the default path.
833 # the style sheet file to the HTML output directory, so don't put your own
1120 # file to put on the web server. The advantage of the server
[all …]
/hardware/intel/img/hwcomposer/common/buffers/
DBufferManager.cpp148 void BufferManager::put(DataBuffer *buffer) in put() function in android::intel::BufferManager
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
Dvp9_idct32x32_1_add_neon.asm17 ;TODO(hkuang): put the following macros in a seperate
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Drtt.cpp144 result = request.put(RTT_ATTRIBUTE_TARGET_CHAN, &rttParams[i].channel, in createSetupRequest()
Dcpp_bindings.h176 int put(int attribute, void *ptr, unsigned len) { in put() function
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
DOMXCameraAdapter.cpp1174 ret = mCommandHandler->put(&msg); in switchToExecuting()
2284 ret = mCommandHandler->put(&msg); in autoFocus()
2315 ret = mCommandHandler->put(&msg); in takePicture()
2761 mOMXCallbackHandler->put(&msg); in SignalEvent()
2917 adapter->mOMXCallbackHandler->put(&msg); in OMXCameraAdapterFillBufferDone()
3566 mCommandHandler->put(&msg); in ~OMXCameraAdapter()
3578 mOMXCallbackHandler->put(&msg); in ~OMXCameraAdapter()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
Dloopfilter_mmx.asm1625 psllw mm7, 8 ; shift left 8 to put it back
1627 por mm0, mm7 ; put the two together to get result
1641 psllw mm5, 8 ; shift left 8 to put it back
1642 por mm0, mm5 ; put the two together to get result

12