Home
last modified time | relevance | path

Searched defs:right (Results 651 - 675 of 909) sorted by relevance

1...<<21222324252627282930>>...37

/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/
H A Daudio_utils.cpp444 void AdjustAudioBalanceForPCM8Bit(int8_t *data, uint64_t len, float left, float right) in AdjustAudioBalanceForPCM8Bit() argument
458 void AdjustAudioBalanceForPCM16Bit(int16_t *data, uint64_t len, float left, float right) in AdjustAudioBalanceForPCM16Bit() argument
473 void AdjustAudioBalanceForPCM24Bit(uint8_t *data, uint64_t len, float left, float right) in AdjustAudioBalanceForPCM24Bit() argument
502 void AdjustAudioBalanceForPCM32Bit(int32_t *data, uint64_t len, float left, float right) in AdjustAudioBalanceForPCM32Bit() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_common_def.h364 inline bool ROSEN_LNE(float left, float right) // less not equal in ROSEN_LNE() argument
370 inline bool ROSEN_GNE(float left, float right) // great not equal in ROSEN_GNE() argument
376 inline bool ROSEN_GE(float left, float right) // great or equal in ROSEN_GE() argument
382 inline bool ROSEN_LE(float left, float right) // less or equal in ROSEN_LE() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_marshalling_helper.cpp1848 float right = 0; in Unmarshalling() local
/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H A Djpeg_decoder.cpp293 int right = SCALE_NUMS_LENGTH; in GetScaledFraction() local
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_dirty_manager.cpp83 static bool operator==(const MMI::Rect left, const MMI::Rect right) in operator ==() argument
/third_party/ffmpeg/libavcodec/
H A Dflacenc.c1123 int32_t *left, *right; in channel_decorrelation() local
H A Dapedec.c1446 unsigned left, right; in ape_unpack_stereo() local
H A Dalsdec.c970 uint32_t *left, *right; in decode_var_block_data() local
H A Dwmaprodec.c1875 void *right[1] = { s->frames[s->current_stream]->extended_data[1] }; in xma_decode_packet() local
1937 void *right[1] = { frame->extended_data[start_ch + 1] }; in xma_decode_packet() local
H A Drv34.c967 static void rv34_pred_4x4_block(RV34DecContext *r, uint8_t *dst, int stride, int itype, int up, int left, int down, int right) in rv34_pred_4x4_block() argument
H A Dwavpackenc.c205 static void shift_stereo(int32_t *left, int32_t *right, in shift_stereo() argument
H A Dsnowenc.c238 const BlockNode *right = trx<w ? &s->block[index+1] : &null_block; in encode_q_branch() local
H A Dvc2enc.c535 const int right = b->width * (sx+1) / s->num_x; in encode_subband() local
586 const int right = b->width *(slice->x+1) / s->num_x; in count_hq_slice() local
/third_party/eudev/src/shared/
H A Dhashmap.c550 unsigned left, right, prev, dib; in base_remove_entry() local
/third_party/ffmpeg/libavdevice/
H A Dopengl_enc.c551 static void opengl_make_ortho(float matrix[16], float left, float right, in opengl_make_ortho() argument
/third_party/ffmpeg/libavfilter/
H A Dvf_paletteuse.c434 const int right = x < w - 1, down = y < h - 1; in set_frame() local
446 const int right = x < w - 1, down = y < h - 1, left = x > x_start; in set_frame() local
459 const int right = x < w - 1, down = y < h - 1, left = x > x_start; in set_frame() local
479 const int right in set_frame() local
[all...]
/third_party/glfw/src/
H A Dwin32_window.c1746 _glfwGetWindowFrameSizeWin32(_GLFWwindow* window, int* left, int* top, int* right, int* bottom) _glfwGetWindowFrameSizeWin32() argument
[all...]
H A Dx11_window.c2245 _glfwGetWindowFrameSizeX11(_GLFWwindow* window, int* left, int* top, int* right, int* bottom) _glfwGetWindowFrameSizeX11() argument
/third_party/glslang/glslang/MachineIndependent/
H A DIntermediate.cpp116 TIntermTyped* TIntermediate::addBinaryMath(TOperator op, TIntermTyped* left, TIntermTyped* right, const TSourceLoc& loc) in addBinaryMath() argument
230 addBinaryNode(TOperator op, TIntermTyped* left, TIntermTyped* right, const TSourceLoc& loc) const addBinaryNode() argument
245 addBinaryNode(TOperator op, TIntermTyped* left, TIntermTyped* right, const TSourceLoc& loc, const TType& type) const addBinaryNode() argument
284 addAssign(TOperator op, TIntermTyped* left, TIntermTyped* right, const TSourceLoc& loc) addAssign() argument
2291 growAggregate(TIntermNode* left, TIntermNode* right) growAggregate() argument
2311 growAggregate(TIntermNode* left, TIntermNode* right, const TSourceLoc& loc) growAggregate() argument
2320 mergeAggregate(TIntermNode* left, TIntermNode* right) mergeAggregate() argument
2345 mergeAggregate(TIntermNode* left, TIntermNode* right, const TSourceLoc& loc) mergeAggregate() argument
2414 addComma(TIntermTyped* left, TIntermTyped* right, const TSourceLoc& loc) addComma() argument
3324 TIntermTyped* right = node.getRight(); promoteBinary() local
[all...]
/third_party/backends/backend/
H A Depsonds.c2484 SANE_Byte right = getBit(bytes, widthBits * y2 + x2 * pixelBits); in swapPixel1() local
H A Dcanon_lide70-common.c3053 int right; in CANON_set_scan_parameters() local
H A Dumax1220u-common.c1900 int right = xo + w * 600 / xres; in UMAX_set_scan_parameters() local
/third_party/backends/backend/genesys/
H A Denums.h106 inline ScanHeadId operator|(ScanHeadId left, ScanHeadId right) in operator |() argument
111 inline ScanHeadId operator&(ScanHeadId left, ScanHeadId right) in operator &() argument
530 inline ModelFlag operator|(ModelFlag left, ModelFlag right) in operator |() argument
535 inline ModelFlag& operator|=(ModelFlag& left, ModelFlag right) in operator |=() argument
541 inline ModelFlag operator&(ModelFlag left, ModelFlag right) in operator &() argument
579 operator |(ScanFlag left, ScanFlag right) operator |() argument
584 operator |=(ScanFlag& left, ScanFlag right) operator |=() argument
590 operator &(ScanFlag left, ScanFlag right) operator &() argument
[all...]
/third_party/backends/sanei/
H A Dsanei_magic.c274 sanei_magic_findEdges(SANE_Parameters * params, SANE_Byte * buffer, int dpiX, int dpiY, int * top, int * bot, int * left, int * right) sanei_magic_findEdges() argument
435 sanei_magic_crop(SANE_Parameters * params, SANE_Byte * buffer, int top, int bot, int left, int right) sanei_magic_crop() argument
[all...]
/third_party/icu/icu4c/source/test/perf/collperf2/
H A Dcollperf2.cpp758 UniStrCollatorComparator(const void* context, const void* left, const void* right) { in UniStrCollatorComparator() argument
847 StringPieceCollatorComparator(const void* context, const void* left, const void* right) { in StringPieceCollatorComparator() argument
857 StringPieceUCollatorComparator(const void* context, const void* left, const void* right) { in StringPieceUCollatorComparator() argument
1275 U16CollatorComparator(const void* context, const void* left, const void* right) { in U16CollatorComparator() argument
1287 U16HashComparator(const void* context, const void* left, const void* right) { in U16HashComparator() argument
[all...]

Completed in 61 milliseconds

1...<<21222324252627282930>>...37