Searched refs:target (Results 51 - 75 of 85) sorted by relevance

1234

/hardware/qcom/msm8x27/kernel-headers/linux/
H A Dmsm_kgsl.h356 enum kgsl_cmdwindow_type target; member in struct:kgsl_cmdwindow_write
/hardware/qcom/msm8x27/original-kernel-headers/linux/
H A Dmsm_kgsl.h444 enum kgsl_cmdwindow_type target; member in struct:kgsl_cmdwindow_write
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
H A Dconfigure.sh79 --target=TARGET target platform tuple [generic-gnu]
507 --target=*) toolchain="${toolchain:-${optval}}"
509 --force-target=*) toolchain="${toolchain:-${optval}}"; enable_feature force_toolchain
703 enabled child || log_echo "Configuring for target '${toolchain}'"
1218 # Try to determine target endianness
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
H A Dx86_abi_support.asm93 ; Return the proper symbol name for the target ABI.
111 ; Macro for the attribute to hide a global symbol for the target ABI.
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dmsm_kgsl.h401 enum kgsl_cmdwindow_type target; member in struct:kgsl_cmdwindow_write
/hardware/qcom/msm8x74/kernel-headers/linux/
H A Dmsm_kgsl.h401 enum kgsl_cmdwindow_type target; member in struct:kgsl_cmdwindow_write
/hardware/qcom/msm8x74/kernel-headers/media/
H A Dmsm_cam_sensor.h290 int16_t target[2]; member in struct:msm_sensor_ois_info_t
/hardware/qcom/msm8x74/original-kernel-headers/media/
H A Dmsm_cam_sensor.h258 int16_t target[2]; member in struct:msm_sensor_ois_info_t
/hardware/intel/common/libwsbm/src/
H A Dwsbm_manager.c1009 wsbmBOCreateList(int target, int hasKernelBuffers) argument
1018 ret = validateCreateList(target, &list->kernelBuffers, 0);
1023 ret = validateCreateList(target, &list->userBuffers, 1);
/hardware/qcom/audio/legacy/alsa_sound/
H A DAudioUsbALSA.cpp170 char *target = strchr(ratesStrStart, '\n'); local
171 if (target == NULL) {
177 size = target - ratesStrStart;
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dmsm_kgsl.h511 enum kgsl_cmdwindow_type target; member in struct:kgsl_cmdwindow_write
/hardware/qcom/msm8x26/kernel-headers/linux/
H A Dmsm_kgsl.h452 enum kgsl_cmdwindow_type target; member in struct:kgsl_cmdwindow_write
/hardware/qcom/msm8x26/original-kernel-headers/linux/
H A Dmsm_kgsl.h605 enum kgsl_cmdwindow_type target; member in struct:kgsl_cmdwindow_write
/hardware/qcom/msm8x74/original-kernel-headers/linux/
H A Dmsm_kgsl.h511 enum kgsl_cmdwindow_type target; member in struct:kgsl_cmdwindow_write
/hardware/qcom/msm8x84/kernel-headers/linux/
H A Dmsm_kgsl.h430 enum kgsl_cmdwindow_type target; member in struct:kgsl_cmdwindow_write
/hardware/qcom/msm8x84/original-kernel-headers/linux/
H A Dmsm_kgsl.h544 enum kgsl_cmdwindow_type target; member in struct:kgsl_cmdwindow_write
/hardware/intel/img/hwcomposer/common/base/
H A DHwcLayerList.cpp327 ELOGTRACE("no frame buffer target?");
567 // none assigned, use primary plane for frame buffer target and set zorder to 0
579 // check if the remaining planes can be composed to frame buffer target (FBT)
588 VLOGTRACE("failed to use zorder %d for frame buffer target",
594 VLOGTRACE("no possible zorder for frame buffer target");
661 bool HwcLayerList::useAsFrameBufferTarget(HwcLayer *target) argument
663 // check if zorder of target can be used as zorder of frame buffer target
664 // eligible only when all noncandidate layers can be merged to the target layer:
665 // 1) noncandidate layer and candidate layer below the target laye
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dexamples.mk286 --target=$$(TOOLCHAIN)\
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_firstpass.c335 // This function returns the maximum target rate per frame.
1729 // Calculate the per frame bit target for this frame.
1809 // Clip target size to 0 - max_bits (or cpi->twopass.gf_group_bits) at
1817 // Per frame bit target for this frame.
2177 // Per frame bit target for this frame.
2213 int target; local
2323 target = vp9_rc_clamp_iframe_target_size(cpi, rc->this_frame_target);
2325 target = vp9_rc_clamp_pframe_target_size(cpi, rc->this_frame_target);
2326 vp9_rc_set_frame_target(cpi, target);
2339 // For key frames kf_group_bits already had the target bit
[all...]
/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp1696 String8 target; local
1697 if (param.get(String8("target"), target) != NO_ERROR) {
1698 target = "Manager";
1728 if (target == "Manager") {
1747 if (target == "Manager") {
1760 if (target == "Manager") {
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc5576 const std::string& target = GTEST_FLAG(stream_result_to); local
5577 if (!target.empty()) {
5578 const size_t pos = target.find(':');
5580 listeners()->Append(new StreamingListener(target.substr(0, pos),
5581 target.substr(pos+1)));
5583 printf("WARNING: unrecognized streaming target \"%s\" ignored.\n",
5584 target.c_str());
/hardware/qcom/display/msm8084/libcopybit/
H A Dcopybit_c2d.cpp153 unsigned int trg_transform; /* target transform */
281 // We do not swap the RB when the target is YUV
285 // The U and V need to be interchanged when the target is YUV
602 static int msm_copybit(struct copybit_context_t *ctx, unsigned int target) argument
619 if(LINK_c2dDraw(target, target_transform, 0x0, 0, 0, ctx->blit_list,
727 // Set the target rect.
730 /* target rotation is 270 */
843 // target transform. Draw all previous surfaces. This will be
845 // target rotations to c2d.
1149 // changed the target
[all...]
/hardware/qcom/display/msm8226/libcopybit/
H A Dcopybit_c2d.cpp153 unsigned int trg_transform; /* target transform */
283 // We do not swap the RB when the target is YUV
287 // The U and V need to be interchanged when the target is YUV
608 static int msm_copybit(struct copybit_context_t *ctx, unsigned int target) argument
625 if(LINK_c2dDraw(target, target_transform, 0x0, 0, 0, ctx->blit_list,
733 // Set the target rect.
736 /* target rotation is 270 */
849 // target transform. Draw all previous surfaces. This will be
851 // target rotations to c2d.
1155 // changed the target
[all...]
/hardware/qcom/display/msm8960/libcopybit/
H A Dcopybit_c2d.cpp155 unsigned int trg_transform; /* target transform */
279 // We do not swap the RB when the target is YUV
283 // The U and V need to be interchanged when the target is YUV
592 static int msm_copybit(struct copybit_context_t *ctx, unsigned int target) argument
609 if(LINK_c2dDraw(target, target_transform, 0x0, 0, 0, ctx->blit_list,
709 // Set the target rect.
712 /* target rotation is 270 */
823 // target transform. Draw all previous surfaces. This will be
825 // target rotations to c2d.
1130 // changed the target
[all...]
/hardware/qcom/display/msm8974/libcopybit/
H A Dcopybit_c2d.cpp155 unsigned int trg_transform; /* target transform */
283 // We do not swap the RB when the target is YUV
287 // The U and V need to be interchanged when the target is YUV
603 static int msm_copybit(struct copybit_context_t *ctx, unsigned int target) argument
620 if(LINK_c2dDraw(target, target_transform, 0x0, 0, 0, ctx->blit_list,
728 // Set the target rect.
731 /* target rotation is 270 */
842 // target transform. Draw all previous surfaces. This will be
844 // target rotations to c2d.
1149 // changed the target
[all...]

Completed in 905 milliseconds

1234