Home
last modified time | relevance | path

Searched refs:BITS_PER_SAMPLE (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/bt/embdrv/g722/
H A Dg722_decode.cc42 #define BITS_PER_SAMPLE (8) macro
301 #if BITS_PER_SAMPLE == 8 in g722_decode()
306 #elif BITS_PER_SAMPLE == 7 in g722_decode()
311 #elif BITS_PER_SAMPLE == 6 in g722_decode()
H A Dg722_encode.cc43 #define BITS_PER_SAMPLE (8) macro
412 #if BITS_PER_SAMPLE == 8 in g722_encode()
414 #elif BITS_PER_SAMPLE == 7 in g722_encode()
416 #elif BITS_PER_SAMPLE == 6 in g722_encode()
/aosp12/hardware/qcom/camera/msm8998/mm-image-codec/qexif/
H A Dqexif.h175 BITS_PER_SAMPLE, enumerator
607 CONSTRUCT_TAGID(BITS_PER_SAMPLE, _ID_BITS_PER_SAMPLE)
/aosp12/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp130 BITS_PER_SAMPLE = 16, enumerator
1375 const uint32_t bitsPerSample = BITS_PER_SAMPLE; in DngCreator_setup()